# HG changeset patch # User Sebastien Jodogne # Date 1369409623 -7200 # Node ID e0c398d4721e0c334b35b5f55970127a30bea047 # Parent b7ef1a7d857ec896966f1fd5d4b59f624d22d7ea standalone build is the default diff -r b7ef1a7d857e -r e0c398d4721e CMakeLists.txt --- a/CMakeLists.txt Fri May 17 17:39:27 2013 +0200 +++ b/CMakeLists.txt Fri May 24 17:33:43 2013 +0200 @@ -9,7 +9,7 @@ # Parameters of the build SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") -SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") +SET(STANDALONE_BUILD ON CACHE BOOL "Standalone build (all the resources are embedded, necessary for releases)") SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL") SET(BUILD_UNIT_TESTS ON CACHE BOOL "Build the unit tests")