diff 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
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Aug 30 13:27:05 2017 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Thu Aug 31 16:47:34 2017 +0200
@@ -22,6 +22,7 @@
 # Support of static compilation
 set(ALLOW_DOWNLOADS OFF CACHE BOOL "Allow CMake to download packages")
 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)")
 
 # Generic parameters of the build
 set(ENABLE_CIVETWEB OFF CACHE BOOL "Use Civetweb instead of Mongoose (experimental)")