Mercurial > hg > orthanc
comparison CMakeLists.txt @ 447:e0c398d4721e
standalone build is the default
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 May 2013 17:33:43 +0200 |
parents | 3c4a0e85c1da |
children | 58b433bb9762 |
comparison
equal
deleted
inserted
replaced
446:b7ef1a7d857e | 447:e0c398d4721e |
---|---|
7 -DORTHANC_VERSION="mainline" | 7 -DORTHANC_VERSION="mainline" |
8 ) | 8 ) |
9 | 9 |
10 # Parameters of the build | 10 # Parameters of the build |
11 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") | 11 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") |
12 SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") | 12 SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") |
13 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL") | 13 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL") |
14 SET(BUILD_UNIT_TESTS ON CACHE BOOL "Build the unit tests") | 14 SET(BUILD_UNIT_TESTS ON CACHE BOOL "Build the unit tests") |
15 | 15 |
16 # Advanced parameters (for Debian packaging) | 16 # Advanced parameters (for Debian packaging) |
17 SET(USE_DYNAMIC_JSONCPP OFF CACHE BOOL "Use the dynamic version of JsonCpp (only for Debian sid)") | 17 SET(USE_DYNAMIC_JSONCPP OFF CACHE BOOL "Use the dynamic version of JsonCpp (only for Debian sid)") |