[Cmake-commits] CMake branch, next, updated. v3.8.0-rc1-556-g617e34c
Brad King
brad.king at kitware.com
Fri Feb 24 13:22:59 EST 2017
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 617e34c8d5fed40eb5d1d99a4d1717c091c3ad2d (commit)
via a9fa6a2c777bf68ac1c6d885fd07b21bf98e3f77 (commit)
from 434c1123eb011a242e60279691df906e4a5244a7 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=617e34c8d5fed40eb5d1d99a4d1717c091c3ad2d
commit 617e34c8d5fed40eb5d1d99a4d1717c091c3ad2d
Merge: 434c112 a9fa6a2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 24 13:22:58 2017 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 24 13:22:58 2017 -0500
Merge topic 'ExternalProject-checkout-clarify' into next
a9fa6a2c ExternalProject: Run `git checkout` with `--` to clarify arguments
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9fa6a2c777bf68ac1c6d885fd07b21bf98e3f77
commit a9fa6a2c777bf68ac1c6d885fd07b21bf98e3f77
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 24 13:21:06 2017 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Feb 24 13:22:40 2017 -0500
ExternalProject: Run `git checkout` with `--` to clarify arguments
Fix the case when the tag name to be checked out also happens to match a
path name.
Fixes: #16678
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index 458c114..95fbd53 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -594,7 +594,7 @@ if(error_code)
endif()
execute_process(
- COMMAND \"${git_EXECUTABLE}\" \${git_options} checkout ${git_tag}
+ COMMAND \"${git_EXECUTABLE}\" \${git_options} checkout ${git_tag} --
WORKING_DIRECTORY \"${work_dir}/${src_name}\"
RESULT_VARIABLE error_code
)
-----------------------------------------------------------------------
Summary of changes:
Modules/ExternalProject.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list