# HG changeset patch # User Andre Heinecke # Date 1408546364 -7200 # Node ID dcb6ed6ad5945cb6cd0dd0070ea27d3f55a1ef35 # Parent 9bcd8ed36f4b803ba0e89573905f7c4efff7664d Disable curl by default for Windows This needs to be reevaluated once we have a working curl in mxe diff -r 9bcd8ed36f4b -r dcb6ed6ad594 CMakeLists.txt --- 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/")