comparison Resources/CMake/DatabasesFrameworkParameters.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 0f01eaf17232
comparison
equal deleted inserted replaced
155:23cf7def8e44 156:710537acb488
21 ##################################################################### 21 #####################################################################
22 ## Import the parameters of the Orthanc Framework 22 ## Import the parameters of the Orthanc Framework
23 ##################################################################### 23 #####################################################################
24 24
25 include(${CMAKE_CURRENT_LIST_DIR}/../Orthanc/CMake/DownloadOrthancFramework.cmake) 25 include(${CMAKE_CURRENT_LIST_DIR}/../Orthanc/CMake/DownloadOrthancFramework.cmake)
26 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) 26
27 if (NOT ORTHANC_FRAMEWORK_SOURCE STREQUAL "system")
28 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
29 endif()
27 30
28 31
29 ##################################################################### 32 #####################################################################
30 ## CMake parameters tunable by the user 33 ## CMake parameters tunable by the user
31 ##################################################################### 34 #####################################################################