[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3237-gee83d29
Stephen Kelly
steveire at gmail.com
Fri Jul 19 02:08:07 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 ee83d29bdbc4943f6e496bc9d1d90b3c07a0ec5f (commit)
via 58ba3e113638799e0e61d4d07a8e501c3fc65544 (commit)
from 6642ecadef89ef85ed0e0f5677ceb1b73e2a0994 (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=ee83d29bdbc4943f6e496bc9d1d90b3c07a0ec5f
commit ee83d29bdbc4943f6e496bc9d1d90b3c07a0ec5f
Merge: 6642eca 58ba3e1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jul 19 02:08:04 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 19 02:08:04 2013 -0400
Merge topic 'fix-mapped-config-genex' into next
58ba3e1 Add missing define.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58ba3e113638799e0e61d4d07a8e501c3fc65544
commit 58ba3e113638799e0e61d4d07a8e501c3fc65544
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jul 19 08:07:23 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jul 19 08:07:23 2013 +0200
Add missing define.
diff --git a/Tests/GeneratorExpression/CMakeLists.txt b/Tests/GeneratorExpression/CMakeLists.txt
index bb39d59..7ac6ede 100644
--- a/Tests/GeneratorExpression/CMakeLists.txt
+++ b/Tests/GeneratorExpression/CMakeLists.txt
@@ -171,6 +171,7 @@ add_custom_target(check-part3 ALL
-Dtest_version_less_2=$<VERSION_LESS:1.0,1.1.1>
-Dtest_version_equal_1=$<VERSION_EQUAL:1.0.1,1.1>
-Dtest_version_equal_2=$<VERSION_EQUAL:1.1,1.1>
+ -Dconfig=$<CONFIGURATION>
-Dtest_imported_debug=$<TARGET_PROPERTY:imported4,INCLUDE_DIRECTORIES>
-Dtest_imported_release=$<TARGET_PROPERTY:imported4,INCLUDE_DIRECTORIES>
-Dtest_imported_relwithdebinfo=$<TARGET_PROPERTY:imported4,INCLUDE_DIRECTORIES>
-----------------------------------------------------------------------
Summary of changes:
Tests/GeneratorExpression/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list