mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 13:30:39 +00:00
Merge branch 'ExternalProject-checkout-clarify' into release
This commit is contained in:
commit
dab2ff3e23
@ -601,7 +601,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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user