[Cmake-commits] CMake branch, next, updated. v2.8.7-3432-gf22c48a

Peter Kuemmel syntheticpp at gmx.net
Sun Apr 8 08:46:34 EDT 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  f22c48ab1959e30f1b14d4f1eb88b0713b9889f3 (commit)
       via  c9747f34ce3f9b00adb2d3048b845e8efe270f97 (commit)
      from  89e5aa32408b87fc0a90d10d16a2f036e1d30585 (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=f22c48ab1959e30f1b14d4f1eb88b0713b9889f3
commit f22c48ab1959e30f1b14d4f1eb88b0713b9889f3
Merge: 89e5aa3 c9747f3
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Sun Apr 8 08:46:29 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Apr 8 08:46:29 2012 -0400

    Merge topic 'ninja-patches' into next
    
    c9747f3 Ninja: CMAKE_USE_NINJA is the name of the macro


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c9747f34ce3f9b00adb2d3048b845e8efe270f97
commit c9747f34ce3f9b00adb2d3048b845e8efe270f97
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Sun Apr 8 14:45:05 2012 +0200
Commit:     Peter Kuemmel <syntheticpp at gmx.net>
CommitDate: Sun Apr 8 14:45:05 2012 +0200

    Ninja: CMAKE_USE_NINJA is the name of the macro

diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index b7c15c9..c01c490 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -382,7 +382,7 @@ IF(CMAKE_ENABLE_NINJA)
     )
   ADD_DEFINITIONS(-DCMAKE_USE_NINJA)
 ELSE()
-  MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_USE_NINJA=ON")
+  MESSAGE(STATUS "Ninja generator disabled, enforce with -DCMAKE_ENABLE_NINJA=ON")
 ENDIF()
 
 # create a library used by the command line and the GUI

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list