# HG changeset patch # User Sebastien Jodogne # Date 1591377355 -7200 # Node ID b241925d0d94432c529b04cc7f7635f969f53a2b # Parent 6ff3728528f3cfd539e4710d0164b2f92c750b1f ORTHANC_FRAMEWORK_BUILDING_LIBRARY diff -r 6ff3728528f3 -r b241925d0d94 Resources/CMake/DatabasesPluginConfiguration.cmake --- 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}