Mercurial > trustbridge
changeset 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 | 9bcd8ed36f4b |
children | 715d41aac9c8 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 20 16:36:26 2014 +0200 +++ b/CMakeLists.txt Wed Aug 20 16:52:44 2014 +0200 @@ -10,7 +10,7 @@ option(DO_RELEASE_BUILD "Build for a public release." OFF) option(ENABLE_PROFILING "Set to enable profiling." OFF) -option(USE_CURL "Use libcurl to download updates and certificate lists." ON) +option(USE_CURL "Use libcurl to download updates and certificate lists." UNIX) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")