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 427d2bdab9dec5861ffbaecf94266c4374681939 (commit) via 119bf4bf7f1db2aea6afb64fff471d6994cadf44 (commit) from b557ecd6000ff5251f9b83f213b2633af9c24156 (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=427d2bdab9dec5861ffbaecf94266c4374681939 commit 427d2bdab9dec5861ffbaecf94266c4374681939 Merge: b557ecd 119bf4b Author: Brad King <brad.k...@kitware.com> AuthorDate: Mon Jan 7 14:04:58 2013 -0500 Commit: CMake Topic Stage <kwro...@kitware.com> CommitDate: Mon Jan 7 14:04:58 2013 -0500 Merge topic 'test-genex-custom-command' into next 119bf4b Add test for custom command with a genex referring to a target. http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=119bf4bf7f1db2aea6afb64fff471d6994cadf44 commit 119bf4bf7f1db2aea6afb64fff471d6994cadf44 Author: Stephen Kelly <steve...@gmail.com> AuthorDate: Thu Jan 3 19:56:54 2013 +0100 Commit: Brad King <brad.k...@kitware.com> CommitDate: Mon Jan 7 14:03:51 2013 -0500 Add test for custom command with a genex referring to a target. This test failed before d8a59ea4 (Port cmGeneratorExpression to cmTarget from cmGeneratorTarget, 2012-10-27), and passes after. diff --git a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt index 7cb1b42..3044abd 100644 --- a/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt +++ b/Tests/IncludeDirectories/TargetIncludeDirectories/CMakeLists.txt @@ -45,3 +45,9 @@ set_property(TARGET TargetIncludeDirectories APPEND PROPERTY INCLUDE_DIRECTORIES "$<TARGET_PROPERTY:somelib::withcolons,INTERFACE_INCLUDE_DIRECTORIES>" ) + +add_custom_target(test_custom_target + "some_bogus_custom_tool" + $<TARGET_PROPERTY:TargetIncludeDirectories,COMPILE_DEFINITIONS> + WORKING_DIRECTORY + "${CMAKE_CURRENT_SOURCE_DIR}") ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- CMake _______________________________________________ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits