[Cmake-commits] CMake branch, next, updated. v2.8.8-3004-g2ec9474
Stephen Kelly
steveire at gmail.com
Tue Jun 5 13:02:01 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 2ec9474a245b35c4f4f8b1e30becc08b35725b1b (commit)
via eb1b75572d5f35d5e27ca854c8b189c20a79a0fa (commit)
from 30be8b658f4b60418bedc7611156a6a1cfd3c397 (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=2ec9474a245b35c4f4f8b1e30becc08b35725b1b
commit 2ec9474a245b35c4f4f8b1e30becc08b35725b1b
Merge: 30be8b6 eb1b755
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 5 13:02:00 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 5 13:02:00 2012 -0400
Merge topic 'position-independent-targets' into next
eb1b755 Add missing include for check_compiles macro.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb1b75572d5f35d5e27ca854c8b189c20a79a0fa
commit eb1b75572d5f35d5e27ca854c8b189c20a79a0fa
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jun 5 19:01:13 2012 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jun 5 19:01:13 2012 +0200
Add missing include for check_compiles macro.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 89c838a..b5bc5b8 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -316,6 +316,7 @@ IF(BUILD_TESTING)
ADD_TEST_MACRO(Module.GenerateExportHeader GenerateExportHeader)
if (APPLE)
+ include(CheckCXXCompilerFlag)
check_cxx_compiler_flag(-fPIE run_pic_test)
else()
set(run_pic_test 1)
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list