comparison CMakeLists.txt @ 1088:508c96e72f62

(issue124) Switch server URL and remove some RELEASE_BUILD options As the test server speaks ECDSA we do not need so much #ifndef RELEASE_BUILD options anymore.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 12 Sep 2014 15:38:42 +0200
parents fc4e1fe4e4d4
children 153af47456d0
comparison
equal deleted inserted replaced
1087:7191addd8a53 1088:508c96e72f62
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(DOWNLOAD_SERVER "https://tb-devel.intevation.de:443" CACHE STRING "Used as download server" )
16 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/") 16 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
17 17
18 #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
19 19
20 if(POLICY CMP0020) 20 if(POLICY CMP0020)

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