comparison CMakeLists.txt @ 124:1267071a697e

dynamic jsoncpp in debian unstable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2012 15:23:20 +0200
parents 5af0a4345d06
children b09b0ffd9941
comparison
equal deleted inserted replaced
123:7350aff15193 124:1267071a697e
9 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)") 9 SET(STATIC_BUILD ON CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")
10 SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (necessary for cross-compilation or binary releases)") 10 SET(STANDALONE_BUILD OFF CACHE BOOL "Standalone build (necessary for cross-compilation or binary releases)")
11 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL") 11 SET(ENABLE_SSL ON CACHE BOOL "Include support for SSL")
12 SET(BUILD_UNIT_TESTS ON CACHE BOOL "Build the unit tests") 12 SET(BUILD_UNIT_TESTS ON CACHE BOOL "Build the unit tests")
13 SET(DEBIAN_HARDENING OFF CACHE BOOL "Use Debian hardening flags") 13 SET(DEBIAN_HARDENING OFF CACHE BOOL "Use Debian hardening flags")
14 SET(USE_DYNAMIC_JSONCPP OFF CACHE BOOL "Use the dynamic version of JsonCpp, only for Debian Unstable")
14 15
15 if (${CMAKE_CROSSCOMPILING}) 16 if (${CMAKE_CROSSCOMPILING})
16 SET(STANDALONE_BUILD ON) 17 SET(STANDALONE_BUILD ON)
17 endif() 18 endif()
18 19