[Cmake-commits] CMake branch, next, updated. v2.8.12-3761-ga724278
Stephen Kelly
steveire at gmail.com
Thu Oct 10 10:02:10 EDT 2013
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 a724278b6e11441aba371df8c5955d89d0ed283e (commit)
via 5f160c4d2423d33b6cf38b2a5ee28dc85bb860a7 (commit)
from e8e0c342c28a03fb6e5a09d6ec1bed9fc8dd0e51 (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=a724278b6e11441aba371df8c5955d89d0ed283e
commit a724278b6e11441aba371df8c5955d89d0ed283e
Merge: e8e0c34 5f160c4
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 10:02:01 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 10 10:02:01 2013 -0400
Merge topic 'target-LOCATION-policy' into next
5f160c4 Remove policy setting where it never exists.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5f160c4d2423d33b6cf38b2a5ee28dc85bb860a7
commit 5f160c4d2423d33b6cf38b2a5ee28dc85bb860a7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 16:01:16 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 10 16:01:16 2013 +0200
Remove policy setting where it never exists.
diff --git a/Tests/FindPackageModeMakefileTest/CMakeLists.txt b/Tests/FindPackageModeMakefileTest/CMakeLists.txt
index cdadcb9..5d1b376 100644
--- a/Tests/FindPackageModeMakefileTest/CMakeLists.txt
+++ b/Tests/FindPackageModeMakefileTest/CMakeLists.txt
@@ -24,9 +24,6 @@ if(UNIX AND "${CMAKE_GENERATOR}" MATCHES "Makefile")
CONTENT "CMAKE = \"$<TARGET_FILE:cmake>\"\n"
)
else()
- if(POLICY CMP0026)
- cmake_policy(SET CMP0026 OLD)
- endif()
get_target_property(cmakeLocation cmake LOCATION)
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/cmakeExecutable.mk"
"CMAKE = \"${cmakeLocation}\"\n"
-----------------------------------------------------------------------
Summary of changes:
Tests/FindPackageModeMakefileTest/CMakeLists.txt | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list