Mercurial > trustbridge
comparison CMakeLists.txt @ 914:dcb6ed6ad594
Disable curl by default for Windows
This needs to be reevaluated once we have a working curl
in mxe
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 20 Aug 2014 16:52:44 +0200 |
parents | bf4c8737b52c |
children | af27328bea9d |
comparison
equal
deleted
inserted
replaced
913:9bcd8ed36f4b | 914:dcb6ed6ad594 |
---|---|
8 cmake_minimum_required(VERSION 2.8.8) | 8 cmake_minimum_required(VERSION 2.8.8) |
9 project(trustbridge) | 9 project(trustbridge) |
10 | 10 |
11 option(DO_RELEASE_BUILD "Build for a public release." OFF) | 11 option(DO_RELEASE_BUILD "Build for a public release." OFF) |
12 option(ENABLE_PROFILING "Set to enable profiling." OFF) | 12 option(ENABLE_PROFILING "Set to enable profiling." OFF) |
13 option(USE_CURL "Use libcurl to download updates and certificate lists." ON) | 13 option(USE_CURL "Use libcurl to download updates and certificate lists." UNIX) |
14 | 14 |
15 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") | 15 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") |
16 | 16 |
17 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 | 17 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 |
18 | 18 |