[Cmake-commits] CMake branch, next, updated. v2.8.12-3769-g610f5f0

Stephen Kelly steveire at gmail.com
Thu Oct 10 11:02:03 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  610f5f00a7bbe098555855d0d61d5946925cf3ea (commit)
       via  f8158796ac9efb159e5e983ec5eec9f06ac35070 (commit)
      from  e4145c42fa0f93f2dd1cf9991beaecb8284ce231 (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=610f5f00a7bbe098555855d0d61d5946925cf3ea
commit 610f5f00a7bbe098555855d0d61d5946925cf3ea
Merge: e4145c4 f815879
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 11:02:01 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 10 11:02:01 2013 -0400

    Merge topic 'target-LOCATION-policy' into next
    
    f815879 Do not quote arguments to include in makefiles.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f8158796ac9efb159e5e983ec5eec9f06ac35070
commit f8158796ac9efb159e5e983ec5eec9f06ac35070
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Oct 10 17:00:50 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Oct 10 17:01:17 2013 +0200

    Do not quote arguments to include in makefiles.
    
    Make treats the quotes as part of the file name.

diff --git a/Tests/FindPackageModeMakefileTest/Makefile.in b/Tests/FindPackageModeMakefileTest/Makefile.in
index 8b66ea3..c91d8a0 100644
--- a/Tests/FindPackageModeMakefileTest/Makefile.in
+++ b/Tests/FindPackageModeMakefileTest/Makefile.in
@@ -1,5 +1,5 @@
 
-include "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