comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3241:32596919d729

first compilation combining ICU and LSB
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Feb 2019 00:31:35 +0100
parents 4b9cfd92d1ae
children 5d78df37c62f
comparison
equal deleted inserted replaced
3240:e44e0127e553 3241:32596919d729
65 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression") 65 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression")
66 66
67 # Advanced and distribution-specific parameters 67 # Advanced and distribution-specific parameters
68 set(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 68 set(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
69 set(SYSTEM_MONGOOSE_USE_CALLBACKS ON CACHE BOOL "The system version of Mongoose uses callbacks (version >= 3.7)") 69 set(SYSTEM_MONGOOSE_USE_CALLBACKS ON CACHE BOOL "The system version of Mongoose uses callbacks (version >= 3.7)")
70 set(BOOST_LOCALE_BACKEND "iconv" CACHE STRING "Back-end for locales that is used by Boost (can be \"iconv\", \"icu\", or \"wconv\" on Windows)") 70 set(BOOST_LOCALE_BACKEND "libiconv" CACHE STRING "Back-end for locales that is used by Boost (can be \"gcc\", \"libiconv\", \"icu\", or \"wconv\" on Windows)")
71 set(USE_PUGIXML ON CACHE BOOL "Use the Pugixml parser (turn off only for debug)") 71 set(USE_PUGIXML ON CACHE BOOL "Use the Pugixml parser (turn off only for debug)")
72 set(USE_LEGACY_JSONCPP OFF CACHE BOOL "Use the old branch 0.x.y of JsonCpp, that does not require a C++11 compiler (for old versions of Visual Studio)") 72 set(USE_LEGACY_JSONCPP OFF CACHE BOOL "Use the old branch 0.x.y of JsonCpp, that does not require a C++11 compiler (for LSB and old versions of Visual Studio)")
73 set(USE_LEGACY_LIBICU OFF CACHE BOOL "Use icu icu4c-58_2, latest version not requiring a C++11 compiler (for LSB and old versions of Visual Studio)")
73 74
74 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) 75 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE)
75 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) 76 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS)
76 mark_as_advanced(BOOST_LOCALE_BACKEND) 77 mark_as_advanced(BOOST_LOCALE_BACKEND)
77 mark_as_advanced(USE_PUGIXML) 78 mark_as_advanced(USE_PUGIXML)