comparison CMakeLists.txt @ 130:b09b0ffd9941

trying to statically build google log
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Oct 2012 16:47:58 +0200
parents 1267071a697e
children 1969ff16457c
comparison
equal deleted inserted replaced
129:5133cfc8db86 130:b09b0ffd9941
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 SET(USE_DYNAMIC_JSONCPP OFF CACHE BOOL "Use the dynamic version of JsonCpp, only for Debian Unstable")
15 SET(USE_DYNAMIC_GOOGLE_LOG ON CACHE BOOL "Use the dynamic version of Google Log")
15 16
16 if (${CMAKE_CROSSCOMPILING}) 17 if (${CMAKE_CROSSCOMPILING})
17 SET(STANDALONE_BUILD ON) 18 SET(STANDALONE_BUILD ON)
18 endif() 19 endif()
19 20