Mercurial > trustbridge
comparison CMakeLists.txt @ 994:8fb1b912fd8e
Add test using the default download server used by the software
This should help to highlight problems in the real environement
but needs to be adapted when the server / server layout changes
just as the software..
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 01 Sep 2014 13:14:10 +0200 |
parents | e33a061977c8 |
children | 1c1964c27b39 fc4e1fe4e4d4 |
comparison
equal
deleted
inserted
replaced
993:561cc777e0b6 | 994:8fb1b912fd8e |
---|---|
10 | 10 |
11 option(DO_RELEASE_BUILD "Build for a public release." OFF) | 11 option(DO_RELEASE_BUILD "Build for a public release." OFF) |
12 option(ENABLE_PROFILING "Set to enable profiling." OFF) | 12 option(ENABLE_PROFILING "Set to enable profiling." OFF) |
13 option(USE_CURL "Use libcurl to download updates and certificate lists." ON) | 13 option(USE_CURL "Use libcurl to download updates and certificate lists." ON) |
14 | 14 |
15 set(DOWNLOAD_SERVER "https://files.intevation.de:443" CACHE STRING "Used as download server" ) | |
15 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") | 16 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") |
16 | 17 |
17 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 | 18 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 |
18 | 19 |
19 if(POLICY CMP0020) | 20 if(POLICY CMP0020) |