Mercurial > trustbridge
diff CMakeLists.txt @ 952:e33a061977c8
(issue41) Default to curl also on Windows.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 Aug 2014 16:28:49 +0200 |
parents | af27328bea9d |
children | 8fb1b912fd8e |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 27 16:26:28 2014 +0200 +++ b/CMakeLists.txt Wed Aug 27 16:28:49 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." UNIX) +option(USE_CURL "Use libcurl to download updates and certificate lists." ON) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")