[PATCH 2 of 8] (issue41) Default to curl also on Windows

Wald Commits scm-commit at wald.intevation.org
Wed Aug 27 16:33:19 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1409149729 -7200
# Node ID e33a061977c8a99389d432bd4c056c9a6c6f4acc
# Parent  cd52b8a3b716cb6d551c09c3377eb0b70f097104
(issue41) Default to curl also on Windows.

diff -r cd52b8a3b716 -r e33a061977c8 CMakeLists.txt
--- 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/")
 


More information about the Trustbridge-commits mailing list