[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1633-g881b75f

Brad King brad.king at kitware.com
Wed Jan 16 10:34:21 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  881b75f62d67e8d62a26893da45717824dbb0c03 (commit)
       via  d5e7c8ae80476a05fd9a57faa7ef557e789af1ba (commit)
      from  c60a03caad9b6991fc33bb248063a0761cdf970b (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=881b75f62d67e8d62a26893da45717824dbb0c03
commit 881b75f62d67e8d62a26893da45717824dbb0c03
Merge: c60a03c d5e7c8a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 16 10:34:11 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 16 10:34:11 2013 -0500

    Merge topic 'ExternalProject-DEPENDS-target' into next
    
    d5e7c8a ExternalProject: Fix test NonExternalProjectTarget target


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d5e7c8ae80476a05fd9a57faa7ef557e789af1ba
commit d5e7c8ae80476a05fd9a57faa7ef557e789af1ba
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 16 10:32:34 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jan 16 10:32:34 2013 -0500

    ExternalProject: Fix test NonExternalProjectTarget target
    
    Borland Make wants a command associated with an otherwise empty custom
    target.

diff --git a/Tests/ExternalProject/CMakeLists.txt b/Tests/ExternalProject/CMakeLists.txt
index 37efc77..602ff0f 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -50,7 +50,8 @@ if(NOT DEFINED can_build_tutorial_step5)
   endif()
 endif()
 
-add_custom_target(NonExternalProjectTarget)
+add_custom_target(NonExternalProjectTarget
+  COMMAND ${CMAKE_COMMAND} -E echo NonExternalProjectTarget)
 
 # Empty projects that test all the known ExternalProject_Add argument key words:
 #

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list