comparison CMakeLists.txt @ 1112:a119f9ae3640

upgrade to Mongoose 3.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Sep 2014 12:20:26 +0200
parents 2e3bfa9a82b7
children 82567bac5e25
comparison
equal deleted inserted replaced
1111:929bf8c2123d 1112:a119f9ae3640
42 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)")
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 SET(SYSTEM_MONGOOSE_USE_CALLBACKS ON CACHE BOOL "The system version of Mongoose uses callbacks (version >= 3.7)")
48 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS)
47 49
48 # Path to the root folder of the Orthanc distribution 50 # Path to the root folder of the Orthanc distribution
49 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR}) 51 set(ORTHANC_ROOT ${CMAKE_SOURCE_DIR})
50 52
51 # Some basic inclusions 53 # Some basic inclusions