comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 2398:7f9a78f7b5a7

STANDALONE_BUILD is a paramater of the Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Aug 2017 16:47:34 +0200
parents 50cde8246542
children e6af2c5cd0f1
comparison
equal deleted inserted replaced
2393:807ddffc0eeb 2398:7f9a78f7b5a7
20 ##################################################################### 20 #####################################################################
21 21
22 # Support of static compilation 22 # Support of static compilation
23 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 23 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
24 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 24 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
25 set(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
25 26
26 # Generic parameters of the build 27 # Generic parameters of the build
27 set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose (experimental)") 28 set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose (experimental)")
28 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards") 29 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards")
29 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof") 30 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")