comparison CMakeLists.txt @ 147:7e8b68dd6ace

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 18:02:23 +0200
parents 3ad78369fcc4
children b15ac5bd19f3
comparison
equal deleted inserted replaced
146:c7f1cea08f6f 147:7e8b68dd6ace
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)")
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(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)")
21 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_STATIC_GOOGLE_TEST OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (only for Debian sid)")
22 23
23 mark_as_advanced(USE_DYNAMIC_JSONCPP) 24 mark_as_advanced(USE_DYNAMIC_JSONCPP)
24 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG) 25 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG)
25 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST) 26 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST)
27 mark_as_advanced(USE_DYNAMIC_SQLITE)
26 mark_as_advanced(DEBIAN_FORCE_HARDENING) 28 mark_as_advanced(DEBIAN_FORCE_HARDENING)
27 mark_as_advanced(DEBIAN_USE_STATIC_GOOGLE_TEST) 29 mark_as_advanced(DEBIAN_USE_STATIC_GOOGLE_TEST)
28 30
29 # Some basic inclusions 31 # Some basic inclusions
30 include(CheckIncludeFiles) 32 include(CheckIncludeFiles)