Mercurial > hg > orthanc
diff CMakeLists.txt @ 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 | 807ddffc0eeb |
children | 741765ec8374 |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 30 13:27:05 2017 +0200 +++ b/CMakeLists.txt Thu Aug 31 16:47:34 2017 +0200 @@ -25,7 +25,8 @@ ##################################################################### -## CMake parameters tunable at the command line +## CMake parameters tunable at the command line to configure the +## plugins, the companion tools, and the unit tests ##################################################################### # Parameters of the build @@ -33,7 +34,6 @@ SET(BUILD_RECOVER_COMPRESSED_FILE ON CACHE BOOL "Whether to build the companion tool to recover files compressed using Orthanc") SET(BUILD_SERVE_FOLDERS ON CACHE BOOL "Whether to build the ServeFolders plugin") SET(ENABLE_PLUGINS ON CACHE BOOL "Enable plugins") -SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") SET(UNIT_TESTS_WITH_HTTP_CONNEXIONS ON CACHE BOOL "Allow unit tests to make HTTP requests") # Advanced parameters to fine-tune linking against system libraries