[Cmake-commits] CMake branch, next, updated. v2.8.8-3529-g6a7d666
Peter Kuemmel
syntheticpp at gmx.net
Wed Jul 18 15:38:14 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 6a7d666b26e0d71bd0a357f503a9b5bcfc80a907 (commit)
via 52160bf68f2d3b948efda5a7a64642e7e0969d9e (commit)
from bcecdab2d74f8f64598ee43b609a25490b68d8bd (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=6a7d666b26e0d71bd0a357f503a9b5bcfc80a907
commit 6a7d666b26e0d71bd0a357f503a9b5bcfc80a907
Merge: bcecdab 52160bf
Author: Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Wed Jul 18 15:38:13 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 18 15:38:13 2012 -0400
Merge topic 'ninja-fix-macosx' into next
52160bf Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=52160bf68f2d3b948efda5a7a64642e7e0969d9e
commit 52160bf68f2d3b948efda5a7a64642e7e0969d9e
Author: Peter Kümmel <syntheticpp at gmx.net>
AuthorDate: Wed Jul 18 21:35:11 2012 +0200
Commit: Peter Kümmel <syntheticpp at gmx.net>
CommitDate: Wed Jul 18 21:37:24 2012 +0200
Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 543a64e..b3b38ea 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -364,7 +364,7 @@ ENDIF (WIN32)
# Enforce Ninja support by setting CMAKE_USE_NINJA
set(_CMAKE_DEFAULT_NINJA_VALUE TRUE)
if(APPLE)
- SET(_CMAKE_DEFAULT_NINJA_VALUE FALSE)
+ SET(_CMAKE_DEFAULT_NINJA_VALUE TRUE)
endif()
SET(CMAKE_ENABLE_NINJA ${_CMAKE_DEFAULT_NINJA_VALUE} CACHE BOOL
"Enable the ninja generator for CMake. When enabled, some CMake tests still fail on OSX")
-----------------------------------------------------------------------
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