Merge branch 'ExternalProject-checkout-clarify' into release

This commit is contained in:
Brad King 2017-02-24 13:22:45 -05:00
commit dab2ff3e23

View File

@ -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
)