diff Resources/CMake/DatabasesPluginConfiguration.cmake @ 156:710537acb488

dynamic linking against the system-wide Orthanc framework library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 12:40:44 +0200
parents 23cf7def8e44
children 2ccde9c7311b 3236894320d6
line wrap: on
line diff
--- a/Resources/CMake/DatabasesPluginConfiguration.cmake	Mon Jul 06 12:04:00 2020 +0200
+++ b/Resources/CMake/DatabasesPluginConfiguration.cmake	Mon Jul 06 12:40:44 2020 +0200
@@ -23,8 +23,6 @@
 include(${CMAKE_SOURCE_DIR}/../Resources/Orthanc/Plugins/OrthancPluginsExports.cmake)
 
 
-include_directories(${ORTHANC_FRAMEWORK_ROOT}/Sources)
-
 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
   if (ORTHANC_SDK_VERSION STREQUAL "0.9.5")
     include_directories(${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-0.9.5)