Mercurial > hg > orthanc-databases
comparison Resources/CMake/DatabasesFrameworkParameters.cmake @ 167:0f01eaf17232
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Aug 2020 13:40:46 +0200 |
parents | 710537acb488 |
children | 3236894320d6 |
comparison
equal
deleted
inserted
replaced
166:abba5165f24e | 167:0f01eaf17232 |
---|---|
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 | 26 |
27 if (NOT ORTHANC_FRAMEWORK_SOURCE STREQUAL "system") | 27 if (NOT ORTHANC_FRAMEWORK_SOURCE STREQUAL "system") |
28 include(${ORTHANC_FRAMEWORK_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) | 28 include(${ORTHANC_FRAMEWORK_ROOT}/../Resources/CMake/OrthancFrameworkParameters.cmake) |
29 endif() | 29 endif() |
30 | 30 |
31 | 31 |
32 ##################################################################### | 32 ##################################################################### |
33 ## CMake parameters tunable by the user | 33 ## CMake parameters tunable by the user |