comparison ui/tests/CMakeLists.txt @ 1025:86fbada04af7

Fix syntax error in check for strip
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 02 Sep 2014 16:10:47 +0200
parents 7d08fd354bff
children fc4e1fe4e4d4
comparison
equal deleted inserted replaced
1024:5ec1cf66922e 1025:86fbada04af7
77 add_executable(fakeinst fakeinstaller.c) 77 add_executable(fakeinst fakeinstaller.c)
78 78
79 if (WIN32) 79 if (WIN32)
80 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") 80 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")
81 81
82 if (NOT "${CMAKE_STRIP}") 82 if (NOT CMAKE_STRIP)
83 message(STATUS "WARNING CMAKE_STRIP not set. Please set this in your toolchain file. Falling back to: i686-w64-mingw32-strip") 83 message(STATUS "WARNING CMAKE_STRIP not set. Please set this in your toolchain file. Falling back to: i686-w64-mingw32-strip")
84 set (CMAKE_STRIP "i686-w64-mingw32-strip") 84 set (CMAKE_STRIP "i686-w64-mingw32-strip")
85 endif() 85 endif()
86 86
87 if (OSSLSIGNCODE_EXECUTABLE) 87 if (OSSLSIGNCODE_EXECUTABLE)

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