comparison CMakeLists.txt @ 157:a63fb54819d7

gtest on debian sid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:05:29 +0200
parents b15ac5bd19f3
children 41694d2388ae
comparison
equal deleted inserted replaced
156:a660e18b2360 157:a63fb54819d7
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)")
18 SET(USE_DYNAMIC_GOOGLE_LOG ON CACHE BOOL "Use the dynamic version of Google Log") 18 SET(USE_DYNAMIC_GOOGLE_LOG ON CACHE BOOL "Use the dynamic version of Google Log")
19 SET(USE_DYNAMIC_GOOGLE_TEST ON CACHE BOOL "Use the dynamic version of Google Test (not for Debian sid)") 19 SET(USE_DYNAMIC_GOOGLE_TEST ON CACHE BOOL "Use the dynamic version of Google Test (not for Debian sid)")
20 SET(USE_DYNAMIC_SQLITE ON CACHE BOOL "Use the dynamic version of SQLite") 20 SET(USE_DYNAMIC_SQLITE ON CACHE BOOL "Use the dynamic version of SQLite")
21 SET(DEBIAN_FORCE_HARDENING OFF CACHE BOOL "Force the injection of Debian hardening flags (unrecommended)") 21 SET(DEBIAN_FORCE_HARDENING OFF CACHE BOOL "Force the injection of Debian hardening flags (unrecommended)")
22 SET(DEBIAN_USE_STATIC_GOOGLE_TEST OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (only for Debian sid)") 22 SET(DEBIAN_USE_GTEST_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (only for Debian sid)")
23 23
24 mark_as_advanced(USE_DYNAMIC_JSONCPP) 24 mark_as_advanced(USE_DYNAMIC_JSONCPP)
25 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG) 25 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG)
26 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST) 26 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST)
27 mark_as_advanced(USE_DYNAMIC_SQLITE) 27 mark_as_advanced(USE_DYNAMIC_SQLITE)