[Cmake-commits] CMake branch, next, updated. v2.8.6-1499-g8ed8a36

Stephen Kelly steveire at gmail.com
Wed Oct 5 09:19:41 EDT 2011


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  8ed8a361a33a351047850834ef1d665e59c008d5 (commit)
       via  6ceb0f1bed6be4a0bcef1cc6283f8da5734eca7b (commit)
      from  978c911411d6dcb6a5263e7c11e816b3ac5cfcb7 (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=8ed8a361a33a351047850834ef1d665e59c008d5
commit 8ed8a361a33a351047850834ef1d665e59c008d5
Merge: 978c911 6ceb0f1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 5 09:19:37 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 5 09:19:37 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    6ceb0f1 Maybe fix on Windows.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6ceb0f1bed6be4a0bcef1cc6283f8da5734eca7b
commit 6ceb0f1bed6be4a0bcef1cc6283f8da5734eca7b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 5 15:18:51 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Oct 5 15:18:51 2011 +0200

    Maybe fix on Windows.

diff --git a/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
index 8b510fc..a9332e9 100644
--- a/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/src/CMakeLists.txt
@@ -11,3 +11,5 @@ if (HAS_NO_UNDEFINED)
 endif()
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
+
+set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list