comparison Resources/CMake/OrthancStoneParameters.cmake @ 256:86ccff58f344

fix build if dcmtk is enabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jul 2018 16:49:59 +0200
parents 5412adf19980
children dc1beee33134
comparison
equal deleted inserted replaced
220:4f0f8026700c 256:86ccff58f344
26 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake) 26 include(${ORTHANC_ROOT}/Resources/CMake/OrthancFrameworkParameters.cmake)
27 27
28 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost) 28 set(ENABLE_LOCALE OFF) # Disable support for locales (notably in Boost)
29 set(ENABLE_GOOGLE_TEST ON) 29 set(ENABLE_GOOGLE_TEST ON)
30 set(ENABLE_SQLITE OFF) 30 set(ENABLE_SQLITE OFF)
31 SET(ENABLE_JPEG ON) 31 set(ENABLE_JPEG ON)
32 SET(ENABLE_PNG ON) 32 set(ENABLE_PNG ON)
33 SET(ENABLE_ZLIB ON) 33 set(ENABLE_ZLIB ON)
34 set(HAS_EMBEDDED_RESOURCES ON)
34 35
35 36
36 ##################################################################### 37 #####################################################################
37 ## CMake parameters tunable by the user 38 ## CMake parameters tunable by the user
38 ##################################################################### 39 #####################################################################