Fix quoted command in execute_process
This commit is contained in:
parent
41198b3222
commit
f793ab6952
|
@ -2119,7 +2119,7 @@ function(query_git_information)
|
||||||
if(arg_AUTHOR)
|
if(arg_AUTHOR)
|
||||||
set(__author "")
|
set(__author "")
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND "${GIT_EXECUTABLE}" log -1 --pretty=format:"%aN (%aE)"
|
COMMAND "${GIT_EXECUTABLE}" log -1 "--pretty=format:%aN (%aE)"
|
||||||
OUTPUT_VARIABLE __author
|
OUTPUT_VARIABLE __author
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
ERROR_QUIET
|
ERROR_QUIET
|
||||||
|
|
Loading…
Reference in New Issue