comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents 7cd0fe733822
children 100fbe970762
comparison
equal deleted inserted replaced
4019:bf35c4628777 4026:05a363186da6
110 "Whether resources are auto-generated using EmbedResources.py") 110 "Whether resources are auto-generated using EmbedResources.py")
111 111
112 set(ORTHANC_SANDBOXED OFF CACHE INTERNAL 112 set(ORTHANC_SANDBOXED OFF CACHE INTERNAL
113 "Whether Orthanc runs inside a sandboxed environment (such as Google NaCl or WebAssembly)") 113 "Whether Orthanc runs inside a sandboxed environment (such as Google NaCl or WebAssembly)")
114 114
115 set(ORTHANC_BUILDING_FRAMEWORK_LIBRARY OFF CACHE INTERNAL
116 "Whether we are in the process of building the Orthanc Framework shared library")
115 117
116 # 118 #
117 # These options can be used to turn off some modules of the Orthanc 119 # These options can be used to turn off some modules of the Orthanc
118 # framework, in order to speed up the compilation time of third-party 120 # framework, in order to speed up the compilation time of third-party
119 # projects. 121 # projects.