# HG changeset patch # User Sebastien Jodogne # Date 1597158673 -7200 # Node ID a93c9fb871c4f72b0678849745e5941f1d01d9f3 # Parent 4febb9e5149c6709853e1e165e4ad28b5b348297 fix accidental removal of STANDALONE_BUILD option for CMake diff -r 4febb9e5149c -r a93c9fb871c4 CMakeLists.txt --- a/CMakeLists.txt Tue Aug 04 13:50:57 2020 +0200 +++ b/CMakeLists.txt Tue Aug 11 17:11:13 2020 +0200 @@ -34,6 +34,7 @@ # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") +set(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages") set(ORTHANC_FRAMEWORK_SOURCE "${ORTHANC_FRAMEWORK_DEFAULT_SOURCE}" CACHE STRING "Source of the Orthanc framework (can be \"system\", \"hg\", \"archive\", \"web\" or \"path\")") set(ORTHANC_FRAMEWORK_VERSION "${ORTHANC_FRAMEWORK_DEFAULT_VERSION}" CACHE STRING "Version of the Orthanc framework")