mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Merge branch 'bugfix/idf_ver_out_of_tree' into 'master'
cmake: pass repository path to git when doing git describe See merge request idf/esp-idf!3328
This commit is contained in:
@ -109,6 +109,8 @@ function(git_describe _var _repo_dir)
|
||||
|
||||
execute_process(COMMAND
|
||||
"${GIT_EXECUTABLE}"
|
||||
"-C"
|
||||
${_repo_dir}
|
||||
describe
|
||||
${hash}
|
||||
${ARGN}
|
||||
|
Reference in New Issue
Block a user