summaryrefslogtreecommitdiff
path: root/Modules/CMakeBackwardCompatibilityCXX.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2014-04-11 18:36:08 +0200
committerRolf Eike Beer <eike@sf-mail.de>2014-04-14 18:17:23 +0200
commit7eacbaed4db3c3fe5d6c0e3a31e239530a7468f1 (patch)
tree16947f9574c69cfa8bdd18decad649ff41adc69f /Modules/CMakeBackwardCompatibilityCXX.cmake
parent3a71d34cf3a10ee215ae3899acafd29551ba6e7e (diff)
downloadcmake-7eacbaed4db3c3fe5d6c0e3a31e239530a7468f1.tar.gz
Replace MATCHES ".+" tests with NOT STREQUAL ""
Diffstat (limited to 'Modules/CMakeBackwardCompatibilityCXX.cmake')
-rw-r--r--Modules/CMakeBackwardCompatibilityCXX.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeBackwardCompatibilityCXX.cmake b/Modules/CMakeBackwardCompatibilityCXX.cmake
index 94a94ee53e..f1db46e545 100644
--- a/Modules/CMakeBackwardCompatibilityCXX.cmake
+++ b/Modules/CMakeBackwardCompatibilityCXX.cmake
@@ -39,7 +39,7 @@ if(NOT CMAKE_SKIP_COMPATIBILITY_TESTS)
endif()
# if CMAKE_TRY_ANSI_CXX_FLAGS has something in it, see
# if the compiler accepts it
- if( CMAKE_TRY_ANSI_CXX_FLAGS MATCHES ".+")
+ if(NOT CMAKE_TRY_ANSI_CXX_FLAGS STREQUAL "")
CHECK_CXX_ACCEPTS_FLAG(${CMAKE_TRY_ANSI_CXX_FLAGS} CMAKE_CXX_ACCEPTS_FLAGS)
# if the compiler liked the flag then set CMAKE_ANSI_CXXFLAGS
# to the flag