changeset 923:68db3a46ae36

Do not error out when curl is not used. This was only for testing the build system checks
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 21 Aug 2014 15:00:49 +0200
parents 180daa3ecbec
children 75085f7adc78
files ui/CMakeLists.txt
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ui/CMakeLists.txt	Thu Aug 21 14:59:32 2014 +0200
+++ b/ui/CMakeLists.txt	Thu Aug 21 15:00:49 2014 +0200
@@ -31,8 +31,6 @@
    add_definitions(-DUSE_CURL)
 elseif (${USE_CURL})
    MESSAGE(FATAL_ERROR "libcurl not found but usage of curl is requested.")
-else()
-   MESSAGE(FATAL_ERROR "${CURL_FOUND} ${USE_CURL}")
 endif()
 
 # Cmake does not correctly identify gcc windres when cross compiling

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