[Cmake-commits] CMake branch, next, updated. v3.5.1-842-g5e90e55

Brad King brad.king at kitware.com
Thu Apr 7 08:26:11 EDT 2016


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  5e90e55e77afae770fd0149302c4bb7f3b2b7eab (commit)
       via  456076ff28f873f0c8c9e5049970ee38e4b529cd (commit)
      from  c1277fe5fd7aa965458bfc11f77b1f383745f06f (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5e90e55e77afae770fd0149302c4bb7f3b2b7eab
commit 5e90e55e77afae770fd0149302c4bb7f3b2b7eab
Merge: c1277fe 456076f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 7 08:26:09 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 7 08:26:09 2016 -0400

    Merge topic 'ninja-restat-custom-command-byproducts' into next
    
    456076ff fixup! Ninja: Restat custom command byproducts even with a SYMBOLIC output


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=456076ff28f873f0c8c9e5049970ee38e4b529cd
commit 456076ff28f873f0c8c9e5049970ee38e4b529cd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 6 13:40:10 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 6 13:40:10 2016 -0400

    fixup! Ninja: Restat custom command byproducts even with a SYMBOLIC output

diff --git a/Tests/RunCMake/BuildDepends/Custom-Symbolic-and-Byproduct.cmake b/Tests/RunCMake/BuildDepends/Custom-Symbolic-and-Byproduct.cmake
index 6948c35..8c16e05 100644
--- a/Tests/RunCMake/BuildDepends/Custom-Symbolic-and-Byproduct.cmake
+++ b/Tests/RunCMake/BuildDepends/Custom-Symbolic-and-Byproduct.cmake
@@ -2,7 +2,7 @@ add_custom_command(
   OUTPUT gen-byproduct gen-byproduct-stamp
   BYPRODUCTS byproduct
   COMMAND ${CMAKE_COMMAND} -E touch gen-byproduct-stamp
-  COMMAND ${CMAKE_COMMAND} -E copy_if_different gen-byproduct-stamp byproduct
+  COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/main.c byproduct
   )
 set_property(SOURCE gen-byproduct PROPERTY SYMBOLIC 1)
 add_custom_target(produce DEPENDS gen-byproduct)

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

Summary of changes:
 Tests/RunCMake/BuildDepends/Custom-Symbolic-and-Byproduct.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list