Mercurial > hg > orthanc
comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 4649:e915102093de
New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Apr 2021 10:09:50 +0200 |
parents | c638dd444de0 |
children | 66f6fd77deaf |
comparison
equal
deleted
inserted
replaced
4648:56315be75a92 | 4649:e915102093de |
---|---|
93 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio") | 93 set(MSVC_MULTIPLE_PROCESSES OFF CACHE BOOL "Add the /MP option to build with multiple processes if using Visual Studio") |
94 set(EMSCRIPTEN_TARGET_MODE "wasm" CACHE STRING "Sets the target mode for Emscripten (can be \"wasm\" or \"asm.js\")") | 94 set(EMSCRIPTEN_TARGET_MODE "wasm" CACHE STRING "Sets the target mode for Emscripten (can be \"wasm\" or \"asm.js\")") |
95 set(EMSCRIPTEN_TRAP_MODE "" CACHE STRING "Sets the trap mode for Emscripten for numeric errors (can notably be empty, or \"clamp\")") | 95 set(EMSCRIPTEN_TRAP_MODE "" CACHE STRING "Sets the trap mode for Emscripten for numeric errors (can notably be empty, or \"clamp\")") |
96 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\")") | 96 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\")") |
97 set(CIVETWEB_OPENSSL_API "1.1" CACHE STRING "Version of the OpenSSL API to be used in civetweb in static builds (can be \"1.0\" or \"1.1\"") | 97 set(CIVETWEB_OPENSSL_API "1.1" CACHE STRING "Version of the OpenSSL API to be used in civetweb in static builds (can be \"1.0\" or \"1.1\"") |
98 set(ORTHANC_LUA_VERSION "" CACHE STRING "Force the version of Lua to be used by Orthanc (for instance \"5.3\"), if empty, this will be autodetected") | |
98 | 99 |
99 mark_as_advanced(CIVETWEB_OPENSSL_API) | 100 mark_as_advanced(CIVETWEB_OPENSSL_API) |
100 mark_as_advanced(EMSCRIPTEN_TARGET_MODE) | 101 mark_as_advanced(EMSCRIPTEN_TARGET_MODE) |
101 mark_as_advanced(EMSCRIPTEN_TRAP_MODE) | 102 mark_as_advanced(EMSCRIPTEN_TRAP_MODE) |
102 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) | 103 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) |