[Cmake-commits] CMake branch, next, updated. v3.0.2-2061-g1e55cff

Ben Boeckel ben.boeckel at kitware.com
Tue Oct 14 10:31:59 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  1e55cff13198c644f6a3c3e31b0552050dd8fb4a (commit)
       via  0ad175bca3aadbfa7cadd0a09ff839b01f9d681c (commit)
      from  08a3581f34c1d83ae8aa3f7a73580477c3dfc6c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1e55cff13198c644f6a3c3e31b0552050dd8fb4a
commit 1e55cff13198c644f6a3c3e31b0552050dd8fb4a
Merge: 08a3581 0ad175b
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Tue Oct 14 10:31:58 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 14 10:31:58 2014 -0400

    Merge topic 'cmake-cmp0054-warnings' into next
    
    0ad175bc KWIML: fix CMP0054 warning


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ad175bca3aadbfa7cadd0a09ff839b01f9d681c
commit 0ad175bca3aadbfa7cadd0a09ff839b01f9d681c
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Tue Oct 14 10:25:32 2014 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Tue Oct 14 10:25:32 2014 -0400

    KWIML: fix CMP0054 warning

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()

-----------------------------------------------------------------------

Summary of changes:
 Utilities/KWIML/test/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list