# HG changeset patch # User Benjamin Golinvaux # Date 1596375985 -7200 # Node ID c1d991462c7b7d2f779f38f9643fd5583ef9cf1e # Parent c815ad10a10f86bf6cea175952104c4783ee4781 fixed plugin name diff -r c815ad10a10f -r c1d991462c7b OrthancStone/Samples/RtViewerPlugin/CMakeLists.txt --- 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" )