[Cmake-commits] CMake branch, next, updated. v2.8.8-3514-g046d146
Peter Kuemmel
syntheticpp at gmx.net
Wed Jul 18 03:52:41 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 046d146d0a6102abbf2471ac5ad77280c30518e2 (commit)
via 207ec5c3b13726bbb61d29bb1191ddbe992f8c1c (commit)
from aa986c72955983299cbe4122846dc34181478648 (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=046d146d0a6102abbf2471ac5ad77280c30518e2
commit 046d146d0a6102abbf2471ac5ad77280c30518e2
Merge: aa986c7 207ec5c
Author: Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Wed Jul 18 03:52:40 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 18 03:52:40 2012 -0400
Merge topic 'ninja-mac-BuildDepends' into next
207ec5c Ninja: fix mis-matching endif() argument
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=207ec5c3b13726bbb61d29bb1191ddbe992f8c1c
commit 207ec5c3b13726bbb61d29bb1191ddbe992f8c1c
Author: Peter Kümmel <syntheticpp at gmx.net>
AuthorDate: Wed Jul 18 09:51:43 2012 +0200
Commit: Peter Kümmel <syntheticpp at gmx.net>
CommitDate: Wed Jul 18 09:51:43 2012 +0200
Ninja: fix mis-matching endif() argument
diff --git a/Tests/BuildDepends/Project/CMakeLists.txt b/Tests/BuildDepends/Project/CMakeLists.txt
index e97b661..ed8b8bf 100644
--- a/Tests/BuildDepends/Project/CMakeLists.txt
+++ b/Tests/BuildDepends/Project/CMakeLists.txt
@@ -26,7 +26,7 @@ if(APPLE)
# Arch 'ppc' no longer works: tools no longer available starting with Xcode 4
set(CMAKE_OSX_ARCHITECTURES i386 x86_64)
endif()
- endif(EXISTS "${CMAKE_OSX_SYSROOT}")
+ endif()
endif(APPLE)
add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.cxx)
-----------------------------------------------------------------------
Summary of changes:
Tests/BuildDepends/Project/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list