comparison CMakeLists.txt @ 1046:00f9f36bcd94

on-the-fly conversion of JSON to XML according to HTTP Accept
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jul 2014 17:15:34 +0200
parents 0bfeeb6d340f
children 804a75413ee7
comparison
equal deleted inserted replaced
1045:0bfeeb6d340f 1046:00f9f36bcd94
32 SET(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost") 32 SET(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost")
33 SET(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of LibPng") 33 SET(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of LibPng")
34 SET(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl") 34 SET(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl")
35 SET(USE_SYSTEM_OPENSSL ON CACHE BOOL "Use the system version of OpenSSL") 35 SET(USE_SYSTEM_OPENSSL ON CACHE BOOL "Use the system version of OpenSSL")
36 SET(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib") 36 SET(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib")
37 SET(USE_SYSTEM_PUGIXML ON CACHE BOOL "Use the system version of Pugixml)")
37 38
38 # Experimental options 39 # Experimental options
39 SET(USE_PLUSTACHE OFF CACHE BOOL "Use the Plustache templating engine (experimental)") 40 SET(USE_PLUSTACHE OFF CACHE BOOL "Use the Plustache templating engine (experimental)")
40 SET(USE_PUGIXML OFF CACHE BOOL "Use the Pugixml parser (experimental)") 41 SET(USE_PUGIXML ON CACHE BOOL "Use the Pugixml parser (turn off only for debug)")
41 SET(USE_SYSTEM_PLUSTACHE OFF CACHE BOOL "Use the system version of Plustache (experimental)") 42 SET(USE_SYSTEM_PLUSTACHE OFF CACHE BOOL "Use the system version of Plustache (experimental)")
42 SET(USE_SYSTEM_PUGIXML OFF CACHE BOOL "Use the system version of Pugixml (experimental)")
43 43
44 # Distribution-specific settings 44 # Distribution-specific settings
45 SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 45 SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
46 mark_as_advanced(USE_GTEST_DEBIAN_SOURCE_PACKAGE) 46 mark_as_advanced(USE_GTEST_DEBIAN_SOURCE_PACKAGE)
47 47