diff Resources/CMake/DatabasesPluginConfiguration.cmake @ 405:1938ba8fba35

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 13:49:53 +0200
parents 2fd272ea8f00
children ecd0b719cff5
line wrap: on
line diff
--- a/Resources/CMake/DatabasesPluginConfiguration.cmake	Wed Apr 05 14:53:36 2023 +0200
+++ b/Resources/CMake/DatabasesPluginConfiguration.cmake	Sat Apr 15 13:49:53 2023 +0200
@@ -81,7 +81,7 @@
 add_definitions(
   -DHAS_ORTHANC_EXCEPTION=1
   -DORTHANC_BUILDING_SERVER_LIBRARY=0
-  -DORTHANC_ENABLE_PLUGINS=1
+  -DORTHANC_ENABLE_PLUGINS=1  # To build "DatabaseConstraint.h" imported from Orthanc core
   -DORTHANC_OPTIMAL_VERSION_MAJOR=${ORTHANC_OPTIMAL_VERSION_MAJOR}
   -DORTHANC_OPTIMAL_VERSION_MINOR=${ORTHANC_OPTIMAL_VERSION_MINOR}
   -DORTHANC_OPTIMAL_VERSION_REVISION=${ORTHANC_OPTIMAL_VERSION_REVISION}