comparison CMakeLists.txt @ 638:92aa6df91c30

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Oct 2013 11:22:48 +0100
parents cd3b60f6e7d4
children 7446a8ae2fad
comparison
equal deleted inserted replaced
636:9ac1e8383877 638:92aa6df91c30
29 SET(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost") 29 SET(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost")
30 SET(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of LibPng") 30 SET(USE_SYSTEM_LIBPNG ON CACHE BOOL "Use the system version of LibPng")
31 SET(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl") 31 SET(USE_SYSTEM_CURL ON CACHE BOOL "Use the system version of LibCurl")
32 32
33 # Distribution-specific settings 33 # Distribution-specific settings
34 SET(USE_GTEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)") 34 SET(USE_GTEST_DEBIAN_SOURCE_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")
35 mark_as_advanced(USE_GTEST_DEBIAN_PACKAGE) 35 mark_as_advanced(USE_GTEST_DEBIAN_SOURCE_PACKAGE)
36 36
37 # Some basic inclusions 37 # Some basic inclusions
38 include(CheckIncludeFiles) 38 include(CheckIncludeFiles)
39 include(CheckIncludeFileCXX) 39 include(CheckIncludeFileCXX)
40 include(CheckLibraryExists) 40 include(CheckLibraryExists)