[Cmake-commits] CMake branch, next, updated. v2.8.7-2002-g1022a07

Bill Hoffman bill.hoffman at kitware.com
Mon Jan 9 09:54:55 EST 2012


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  1022a07cad8158db71a0f15cd9b446b21be96cfd (commit)
       via  5033f4cd1fbc59b40ac9f923ca97272676764130 (commit)
      from  696a596929b2f053683e16dbbc4a79a54b46947e (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=1022a07cad8158db71a0f15cd9b446b21be96cfd
commit 1022a07cad8158db71a0f15cd9b446b21be96cfd
Merge: 696a596 5033f4c
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Jan 9 09:54:50 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 9 09:54:50 2012 -0500

    Merge topic 'cmake_add_fortran_subdirectory' into next
    
    5033f4c fix spelling mistake in MATCHES in if statement for lsb check


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5033f4cd1fbc59b40ac9f923ca97272676764130
commit 5033f4cd1fbc59b40ac9f923ca97272676764130
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Jan 9 09:54:35 2012 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Jan 9 09:54:35 2012 -0500

    fix spelling mistake in MATCHES in if statement for lsb check

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index ed9a73c..f789bdb 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -179,7 +179,8 @@ IF(BUILD_TESTING)
         SET(CMAKE_SKIP_VSGNUFortran TRUE)
       ENDIF()
     ENDIF()
-    IF((CMAKE_C_COMPILER MATCHS lsb) AND (CMAKE_Fortran_COMPILER MATCHES ifort))
+    IF((CMAKE_C_COMPILER MATCHES lsb)
+        AND (CMAKE_Fortran_COMPILER MATCHES ifort))
       MESSAGE(STATUS "Skip VSGNUFortran for ifort and lsb compilers")
       SET(CMAKE_SKIP_VSGNUFortran TRUE)
     ENDIF()

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

Summary of changes:
 Tests/CMakeLists.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list