changeset 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 cd52b8a3b716
children f2066a24047d
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/")
 

http://wald.intevation.org/projects/trustbridge/