Mercurial > trustbridge
changeset 911:bf4c8737b52c
Add curl as a build option
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 18 Aug 2014 18:52:31 +0200 |
parents | eaed02defe6a |
children | a55c6cf54365 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Mon Aug 18 18:51:33 2014 +0200 +++ b/CMakeLists.txt Mon Aug 18 18:52:31 2014 +0200 @@ -10,6 +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) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")