comparison Resources/CMake/OrthancStoneParameters.cmake @ 212:5412adf19980

resort to OrthancFramework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Jun 2018 17:48:47 +0200
parents 03afbee0cc7b
children 86ccff58f344
comparison
equal deleted inserted replaced
211:64eac89a1de3 212:5412adf19980
20 20
21 ##################################################################### 21 #####################################################################
22 ## Import the parameters of the Orthanc Framework 22 ## Import the parameters of the Orthanc Framework
23 ##################################################################### 23 #####################################################################
24 24
25 set(ORTHANC_STONE_ROOT ${CMAKE_CURRENT_LIST_DIR}/../..) 25 include(${CMAKE_CURRENT_LIST_DIR}/../../Resources/Orthanc/DownloadOrthancFramework.cmake)
26 set(ORTHANC_ROOT ${ORTHANC_STONE_ROOT}/Resources/Orthanc) 26 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
27 27
28 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) 28 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost)
29 set(ENABLE_GOOGLE_TEST ON)
30 set(ENABLE_SQLITE OFF)
31 SET(ENABLE_JPEG ON)
32 SET(ENABLE_PNG ON)
33 SET(ENABLE_ZLIB ON)
29 34
30 35
31 ##################################################################### 36 #####################################################################
32 ## CMake parameters tunable by the user 37 ## CMake parameters tunable by the user
33 ##################################################################### 38 #####################################################################