changeset 1529:c1d991462c7b

fixed plugin name
author Benjamin Golinvaux <bgo@osimis.io>
date Sun, 02 Aug 2020 15:46:25 +0200
parents c815ad10a10f
children 3eca4f9c2827
files OrthancStone/Samples/RtViewerPlugin/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancStone/Samples/RtViewerPlugin/CMakeLists.txt	Sun Aug 02 15:38:02 2020 +0200
+++ b/OrthancStone/Samples/RtViewerPlugin/CMakeLists.txt	Sun Aug 02 15:46:25 2020 +0200
@@ -63,7 +63,7 @@
 add_definitions(
   -DHAS_ORTHANC_EXCEPTION=1
   -DPLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}"
-  -DPLUGIN_NAME="stone-webviewer"
+  -DPLUGIN_NAME="stone-rtviewer"
   )