diff Resources/CMake/DatabasesPluginConfiguration.cmake @ 549:e620f36b8e09

removed unnecessary macro ORTHANC_ENABLE_PLUGINS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Sep 2024 13:29:45 +0200
parents 25005693297b
children 9ed9a91bde33
line wrap: on
line diff
--- a/Resources/CMake/DatabasesPluginConfiguration.cmake	Mon Sep 09 13:22:44 2024 +0200
+++ b/Resources/CMake/DatabasesPluginConfiguration.cmake	Mon Sep 09 13:29:45 2024 +0200
@@ -92,7 +92,6 @@
 
 add_definitions(
   -DHAS_ORTHANC_EXCEPTION=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}