diff options
author | Brad King <brad.king@kitware.com> | 2014-10-14 15:19:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-14 15:19:09 (GMT) |
commit | 659605fbee9e9efc22cdd5050bacd1c094970604 (patch) | |
tree | e962dc26001731b049420481b1e51cc369ea2fd2 /Utilities | |
parent | a7596fef6e8d6938ce0d7fcba47e896f288b12b4 (diff) | |
parent | 4871885b9ce79c5d257ba0c2b879405631cd0bb8 (diff) | |
download | CMake-659605fbee9e9efc22cdd5050bacd1c094970604.zip CMake-659605fbee9e9efc22cdd5050bacd1c094970604.tar.gz CMake-659605fbee9e9efc22cdd5050bacd1c094970604.tar.bz2 |
Merge branch 'upstream-kwiml' into update-kwiml
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/KWIML/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/KWIML/test/CMakeLists.txt b/Utilities/KWIML/test/CMakeLists.txt index a2359cc..a16b5cd 100644 --- a/Utilities/KWIML/test/CMakeLists.txt +++ b/Utilities/KWIML/test/CMakeLists.txt @@ -20,7 +20,7 @@ set_property(DIRECTORY # Suppress printf/scanf format warnings; we test if the sizes match. foreach(lang C CXX) - if(KWIML_LANGUAGE_${lang} AND "${CMAKE_${lang}_COMPILER_ID}" STREQUAL GNU) + if(KWIML_LANGUAGE_${lang} AND CMAKE_${lang}_COMPILER_ID STREQUAL "GNU") set(CMAKE_${lang}_FLAGS "${CMAKE_${lang}_FLAGS} -Wno-format") endif() endforeach() |