comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 4030:100fbe970762

DANGEROUS commit: removing HAS_EMBEDDED_RESOURCES
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 20:50:20 +0200
parents 05a363186da6
children
comparison
equal deleted inserted replaced
4029:156fece692e3 4030:100fbe970762
25 ##################################################################### 25 #####################################################################
26 26
27 # Support of static compilation 27 # Support of static compilation
28 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") 28 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
29 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 29 set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
30 set(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)")
31 30
32 # Generic parameters of the build 31 # Generic parameters of the build
33 set(ENABLE_CIVETWEB ON CACHE BOOL "Use Civetweb instead of Mongoose (Mongoose was the default embedded HTTP server in Orthanc <= 1.5.1)") 32 set(ENABLE_CIVETWEB ON CACHE BOOL "Use Civetweb instead of Mongoose (Mongoose was the default embedded HTTP server in Orthanc <= 1.5.1)")
34 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards") 33 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") 34 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
104 set(ENABLE_DCMTK OFF CACHE INTERNAL "Enable DCMTK") 103 set(ENABLE_DCMTK OFF CACHE INTERNAL "Enable DCMTK")
105 set(ENABLE_DCMTK_NETWORKING OFF CACHE INTERNAL "Enable DICOM networking in DCMTK") 104 set(ENABLE_DCMTK_NETWORKING OFF CACHE INTERNAL "Enable DICOM networking in DCMTK")
106 set(ENABLE_DCMTK_TRANSCODING OFF CACHE INTERNAL "Enable DICOM transcoding in DCMTK") 105 set(ENABLE_DCMTK_TRANSCODING OFF CACHE INTERNAL "Enable DICOM transcoding in DCMTK")
107 set(ENABLE_OPENSSL_ENGINES OFF CACHE INTERNAL "Enable support of engines in OpenSSL") 106 set(ENABLE_OPENSSL_ENGINES OFF CACHE INTERNAL "Enable support of engines in OpenSSL")
108 107
109 set(HAS_EMBEDDED_RESOURCES OFF CACHE INTERNAL
110 "Whether resources are auto-generated using EmbedResources.py")
111
112 set(ORTHANC_SANDBOXED OFF CACHE INTERNAL 108 set(ORTHANC_SANDBOXED OFF CACHE INTERNAL
113 "Whether Orthanc runs inside a sandboxed environment (such as Google NaCl or WebAssembly)") 109 "Whether Orthanc runs inside a sandboxed environment (such as Google NaCl or WebAssembly)")
114 110
115 set(ORTHANC_BUILDING_FRAMEWORK_LIBRARY OFF CACHE INTERNAL 111 set(ORTHANC_BUILDING_FRAMEWORK_LIBRARY OFF CACHE INTERNAL
116 "Whether we are in the process of building the Orthanc Framework shared library") 112 "Whether we are in the process of building the Orthanc Framework shared library")