[Cmake-commits] CMake branch, next, updated. v3.1.1-2369-ga8197c1

Brad King brad.king at kitware.com
Tue Jan 27 08:59:09 EST 2015


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  a8197c1a4affcaf6021bef8323381d05d155258d (commit)
       via  70c50962fb405cfb89637f24aa38c3e0fd5cbd87 (commit)
      from  0db065f14a128556135b29fc9bde2bd9eac653ff (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=a8197c1a4affcaf6021bef8323381d05d155258d
commit a8197c1a4affcaf6021bef8323381d05d155258d
Merge: 0db065f 70c5096
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 27 08:59:09 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 27 08:59:09 2015 -0500

    Merge topic 'shorten-test-paths' into next
    
    70c50962 Tests: Shorten paths in ExternalProjectLocal


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=70c50962fb405cfb89637f24aa38c3e0fd5cbd87
commit 70c50962fb405cfb89637f24aa38c3e0fd5cbd87
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 27 08:57:35 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 27 08:57:57 2015 -0500

    Tests: Shorten paths in ExternalProjectLocal
    
    Use a shorter name for the external project base directory to
    allow longer CMake build tree directory names on Windows.

diff --git a/Tests/ExternalProjectLocal/CMakeLists.txt b/Tests/ExternalProjectLocal/CMakeLists.txt
index 9476ab4..e1a67db 100644
--- a/Tests/ExternalProjectLocal/CMakeLists.txt
+++ b/Tests/ExternalProjectLocal/CMakeLists.txt
@@ -15,7 +15,7 @@ endif()
 set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER
   "CMakePredefinedTargets-in-ExternalProjectTest")
 
-set(base "${CMAKE_BINARY_DIR}/CMakeExternals")
+set(base "${CMAKE_BINARY_DIR}/Ext")
 set(binary_base "${base}/Build")
 set_property(DIRECTORY PROPERTY EP_BASE ${base})
 set_property(DIRECTORY PROPERTY EP_STEP_TARGETS configure build test)

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

Summary of changes:
 Tests/ExternalProjectLocal/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list