Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3720:faa695f433d5
upgraded OpenSSL to 1.1.1d
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Mar 2020 16:42:55 +0100 |
parents | d737173197e1 |
children | 090022f1b5e1 |
comparison
equal
deleted
inserted
replaced
3719:d737173197e1 | 3720:faa695f433d5 |
---|---|
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 LSB and 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 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)") |
74 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio") | 74 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio") |
75 set(EMSCRIPTEN_SET_LLVM_WASM_BACKEND OFF CACHE BOOL "Sets the compiler flags required to use the LLVM Web Assembly backend in emscripten") | 75 set(EMSCRIPTEN_SET_LLVM_WASM_BACKEND OFF CACHE BOOL "Sets the compiler flags required to use the LLVM Web Assembly backend in emscripten") |
76 set(OPENSSL_STATIC_VERSION "1.1.1" CACHE STRING "Version of OpenSSL to be used in static builds (can be \"1.0.2\", or \"1.1.1\")") | |
76 | 77 |
77 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) | 78 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) |
78 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) | 79 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) |
79 mark_as_advanced(USE_PUGIXML) | 80 mark_as_advanced(USE_PUGIXML) |
80 mark_as_advanced(USE_DCMTK_362_PRIVATE_DIC) | 81 mark_as_advanced(USE_DCMTK_362_PRIVATE_DIC) |