comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 2478:1e2d5e14b3d3 lua_dll

New CMake option: ENABLE_LUA_MODULES to enable Lua modules
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Feb 2018 11:14:59 +0100
parents ade8b4ddd8a6
children 0611aa383e62
comparison
equal deleted inserted replaced
2477:1c1716adaf26 2478:1e2d5e14b3d3
32 # Generic parameters of the build 32 # Generic parameters of the build
33 set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose (experimental)") 33 set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose (experimental)")
34 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards") 34 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards")
35 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof") 35 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
36 set(ENABLE_SSL ON CACHE BOOL "Include support for SSL") 36 set(ENABLE_SSL ON CACHE BOOL "Include support for SSL")
37 set(ENABLE_LUA_MODULES OFF CACHE BOOL "Enable support for loading external Lua modules (only meaningful if using static version of the Lua engine)")
37 38
38 # Parameters to fine-tune linking against system libraries 39 # Parameters to fine-tune linking against system libraries
39 set(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost") 40 set(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost")
40 set(USE_SYSTEM_CIVETWEB ON CACHE BOOL "Use the system version of Civetweb (experimental)") 41 set(USE_SYSTEM_CIVETWEB ON CACHE BOOL "Use the system version of Civetweb (experimental)")
41 set(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl") 42 set(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl")