[Cmake-commits] CMake branch, next, updated. v2.8.3-1025-gcd259c7

Brad King brad.king at kitware.com
Mon Dec 20 12:12:03 EST 2010


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  cd259c747753272516116c7f29736d4b880304bf (commit)
       via  4499d50ad2df7c1db4335d40f9fa20c642f59a5d (commit)
      from  c33fc55b256a2407080fd8b7dc25d1c665e504f8 (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=cd259c747753272516116c7f29736d4b880304bf
commit cd259c747753272516116c7f29736d4b880304bf
Merge: c33fc55 4499d50
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 20 12:11:48 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 20 12:11:48 2010 -0500

    Merge topic 'custom-command-generator-expressions' into next
    
    4499d50 Mark CustomCommand test perconfig.out as SYMBOLIC


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4499d50ad2df7c1db4335d40f9fa20c642f59a5d
commit 4499d50ad2df7c1db4335d40f9fa20c642f59a5d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 20 12:09:23 2010 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Dec 20 12:09:23 2010 -0500

    Mark CustomCommand test perconfig.out as SYMBOLIC
    
    The custom command with this output does not actually create the file,
    so mark it as SYMBOLIC.

diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 450323e..6a86a34 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -432,6 +432,7 @@ ADD_CUSTOM_COMMAND(
   DEPENDS ${PerConfig_DEPENDS}
   VERBATIM
   )
+SET_PROPERTY(SOURCE perconfig.out PROPERTY SYMBOLIC 1)
 ADD_CUSTOM_TARGET(perconfig_target ALL
   COMMAND ${CMAKE_COMMAND} -E echo "perconfig=$<TARGET_FILE:perconfig>" "config=$<CONFIGURATION>"
   DEPENDS perconfig.out)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list