Mercurial > trustbridge
diff 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 |
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/")