changeset 147:b241925d0d94

ORTHANC_FRAMEWORK_BUILDING_LIBRARY
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 19:15:55 +0200
parents 6ff3728528f3
children 4d3c3e58986d
files Resources/CMake/DatabasesPluginConfiguration.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/DatabasesPluginConfiguration.cmake	Fri Jun 05 19:05:19 2020 +0200
+++ b/Resources/CMake/DatabasesPluginConfiguration.cmake	Fri Jun 05 19:15:55 2020 +0200
@@ -60,7 +60,7 @@
 add_definitions(
   -DHAS_ORTHANC_EXCEPTION=1
   -DORTHANC_ENABLE_PLUGINS=1
-  -DORTHANC_FRAMEWORK_BUILDING_PLUGIN=1
+  -DORTHANC_FRAMEWORK_BUILDING_LIBRARY=0
   -DORTHANC_OPTIMAL_VERSION_MAJOR=${ORTHANC_OPTIMAL_VERSION_MAJOR}
   -DORTHANC_OPTIMAL_VERSION_MINOR=${ORTHANC_OPTIMAL_VERSION_MINOR}
   -DORTHANC_OPTIMAL_VERSION_REVISION=${ORTHANC_OPTIMAL_VERSION_REVISION}