[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1374-g9deb8e8

Stephen Kelly steveire at gmail.com
Fri Jan 4 06:42:30 EST 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  9deb8e8d68354b99b088c53af860cc6f5a78555b (commit)
       via  3f6fa6a4021fc21888c887f6d949a62ae85ac82c (commit)
      from  1d63c31d9875a89c12eacf8e0cb77cb83aa66336 (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=9deb8e8d68354b99b088c53af860cc6f5a78555b
commit 9deb8e8d68354b99b088c53af860cc6f5a78555b
Merge: 1d63c31 3f6fa6a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jan 4 06:42:27 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 4 06:42:27 2013 -0500

    Merge topic 'test-genex-custom-command' into next
    
    3f6fa6a Don't add INCLUDE_DIRECTORIES from the target to the command line.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f6fa6a4021fc21888c887f6d949a62ae85ac82c
commit 3f6fa6a4021fc21888c887f6d949a62ae85ac82c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jan 4 12:40:14 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jan 4 12:40:14 2013 +0100

    Don't add INCLUDE_DIRECTORIES from the target to the command line.
    
    The INCLUDE_DIRECTORIES contains generator expressions which do not
    get expanded. It is enough to test that the generator expression
    for the COMPILE_DEFINITIONS works.

diff --git a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
index 338af58..3044abd 100644
--- a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
+++ b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt
@@ -48,7 +48,6 @@ set_property(TARGET TargetIncludeDirectories
 
 add_custom_target(test_custom_target
         "some_bogus_custom_tool"
-        $<TARGET_PROPERTY:TargetIncludeDirectories,INCLUDE_DIRECTORIES>
         $<TARGET_PROPERTY:TargetIncludeDirectories,COMPILE_DEFINITIONS>
         WORKING_DIRECTORY
         "${CMAKE_CURRENT_SOURCE_DIR}")

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

Summary of changes:
 .../TargetIncludeDirectories/CMakeLists.txt        |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list