mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 16:46:36 +00:00
ExternalProject: Strip trailing space from git hash
This commit is contained in:
parent
e03ac807cf
commit
ff2451dc24
@ -454,6 +454,7 @@ execute_process(
|
|||||||
WORKING_DIRECTORY \"${work_dir}\"
|
WORKING_DIRECTORY \"${work_dir}\"
|
||||||
RESULT_VARIABLE error_code
|
RESULT_VARIABLE error_code
|
||||||
OUTPUT_VARIABLE head_sha
|
OUTPUT_VARIABLE head_sha
|
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
)
|
)
|
||||||
if(error_code)
|
if(error_code)
|
||||||
message(FATAL_ERROR \"Failed to get the hash for HEAD\")
|
message(FATAL_ERROR \"Failed to get the hash for HEAD\")
|
||||||
@ -479,6 +480,7 @@ execute_process(
|
|||||||
WORKING_DIRECTORY \"${work_dir}\"
|
WORKING_DIRECTORY \"${work_dir}\"
|
||||||
RESULT_VARIABLE error_code
|
RESULT_VARIABLE error_code
|
||||||
OUTPUT_VARIABLE tag_sha
|
OUTPUT_VARIABLE tag_sha
|
||||||
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
)
|
)
|
||||||
|
|
||||||
# Is the hash checkout out that we want?
|
# Is the hash checkout out that we want?
|
||||||
|
Loading…
Reference in New Issue
Block a user