[Cmake-commits] CMake branch, next, updated. v2.8.12-3765-ge769990

Stephen Kelly steveire at gmail.com
Thu Oct 10 10:12:05 EDT 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  e769990aa2253c06e216d5edb66f1b6c45ddebb3 (commit)
       via  05b2108d53c733c3e79bf72463d8737b20f52204 (commit)
      from  595be1321af40aa4aff7e50f585b6e93e2ea812c (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=e769990aa2253c06e216d5edb66f1b6c45ddebb3
commit e769990aa2253c06e216d5edb66f1b6c45ddebb3
Merge: 595be13 05b2108
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 10:12:03 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 10 10:12:03 2013 -0400

    Merge topic 'target-LOCATION-policy' into next
    
    05b2108 Despite quoting, a space in the path seems to cause problems.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=05b2108d53c733c3e79bf72463d8737b20f52204
commit 05b2108d53c733c3e79bf72463d8737b20f52204
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 16:11:03 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 10 16:11:03 2013 +0200

    Despite quoting, a space in the path seems to cause problems.
    
    Use a relative path instead for the include.

diff --git a/Tests/FindPackageModeMakefileTest/Makefile.in b/Tests/FindPackageModeMakefileTest/Makefile.in
index 8115bdd..8b66ea3 100644
--- a/Tests/FindPackageModeMakefileTest/Makefile.in
+++ b/Tests/FindPackageModeMakefileTest/Makefile.in
@@ -1,5 +1,5 @@
 
-include "@CMAKE_CURRENT_BINARY_DIR@/cmakeExecutable.mk"
+include "cmakeExecutable.mk"
 
 CMAKE_CURRENT_BINARY_DIR = "@CMAKE_CURRENT_BINARY_DIR@"
 CMAKE_CXX_COMPILER = "@CMAKE_CXX_COMPILER@"

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

Summary of changes:
 Tests/FindPackageModeMakefileTest/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list