Mercurial > trustbridge
changeset 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 | 5ec1cf66922e |
children | f8b93685055e |
files | ui/tests/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt Tue Sep 02 16:04:59 2014 +0200 +++ b/ui/tests/CMakeLists.txt Tue Sep 02 16:10:47 2014 +0200 @@ -79,7 +79,7 @@ if (WIN32) add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") - if (NOT "${CMAKE_STRIP}") + if (NOT CMAKE_STRIP) message(STATUS "WARNING CMAKE_STRIP not set. Please set this in your toolchain file. Falling back to: i686-w64-mingw32-strip") set (CMAKE_STRIP "i686-w64-mingw32-strip") endif()