[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4177-gd2e73cf

Stephen Kelly steveire at gmail.com
Fri Sep 13 14:04:37 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  d2e73cf7b93a4923fc06e3c9a44a3a99a4a71809 (commit)
       via  5ebb129deeff7281d9ae30ed89918d1cd3749958 (commit)
      from  b72d7694bff664e1869324fbab5df7f9bf6f8c8b (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=d2e73cf7b93a4923fc06e3c9a44a3a99a4a71809
commit d2e73cf7b93a4923fc06e3c9a44a3a99a4a71809
Merge: b72d769 5ebb129
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 13 14:04:36 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 13 14:04:36 2013 -0400

    Merge topic 'fix-genex-preprocessing-incomplete-test' into next
    
    5ebb129 Use an absolute directory in the unit test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ebb129deeff7281d9ae30ed89918d1cd3749958
commit 5ebb129deeff7281d9ae30ed89918d1cd3749958
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 13 20:03:36 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Sep 13 20:03:36 2013 +0200

    Use an absolute directory in the unit test.
    
    Relative directories are an error for another reason.

diff --git a/Tests/RunCMake/include_directories/incomplete-genex.cmake b/Tests/RunCMake/include_directories/incomplete-genex.cmake
index bb9f607..64689df 100644
--- a/Tests/RunCMake/include_directories/incomplete-genex.cmake
+++ b/Tests/RunCMake/include_directories/incomplete-genex.cmake
@@ -6,7 +6,7 @@ cmake_policy(SET CMP0023 NEW)
 add_library(somelib empty.cpp)
 target_include_directories(somelib PUBLIC
 
-  "/s;$<BUILD_INTERFACE:s"
+  "/include;/include$<BUILD_INTERFACE:subdir"
 )
 
 export(TARGETS somelib FILE somelibTargets.cmake)

-----------------------------------------------------------------------

Summary of changes:
 .../include_directories/incomplete-genex.cmake     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list