comparison CMakeLists.txt @ 626:b8322fe3bdba

possibility to disable the use of system dcmtk or boost
author jodogne
date Tue, 29 Oct 2013 09:00:44 +0100
parents 70d0f27e5bd3
children e207b33216db
comparison
equal deleted inserted replaced
625:7e7f41a9f33d 626:b8322fe3bdba
23 SET(USE_DYNAMIC_GOOGLE_LOG ON CACHE BOOL "Use the dynamic version of Google Log") 23 SET(USE_DYNAMIC_GOOGLE_LOG ON CACHE BOOL "Use the dynamic version of Google Log")
24 SET(USE_DYNAMIC_GOOGLE_TEST ON CACHE BOOL "Use the dynamic version of Google Test") 24 SET(USE_DYNAMIC_GOOGLE_TEST ON CACHE BOOL "Use the dynamic version of Google Test")
25 SET(USE_DYNAMIC_SQLITE ON CACHE BOOL "Use the dynamic version of SQLite") 25 SET(USE_DYNAMIC_SQLITE ON CACHE BOOL "Use the dynamic version of SQLite")
26 SET(USE_DYNAMIC_MONGOOSE OFF CACHE BOOL "Use the dynamic version of Mongoose") 26 SET(USE_DYNAMIC_MONGOOSE OFF CACHE BOOL "Use the dynamic version of Mongoose")
27 SET(USE_DYNAMIC_LUA OFF CACHE BOOL "Use the dynamic version of Lua") 27 SET(USE_DYNAMIC_LUA OFF CACHE BOOL "Use the dynamic version of Lua")
28 SET(USE_SYSTEM_DCMTK ON CACHE BOOL "Use the system version of DCMTK")
29 SET(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost")
28 SET(DEBIAN_USE_GTEST_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 30 SET(DEBIAN_USE_GTEST_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
29 31
30 mark_as_advanced(USE_DYNAMIC_JSONCPP) 32 mark_as_advanced(USE_DYNAMIC_JSONCPP)
31 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG) 33 mark_as_advanced(USE_DYNAMIC_GOOGLE_LOG)
32 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST) 34 mark_as_advanced(USE_DYNAMIC_GOOGLE_TEST)