mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
tools: Add --always option to git describe for Cmake
Fixed differences in getting of the project version for Make and Cmake.
This commit is contained in:
committed by
Konstantin Kondrashov
parent
58acac883d
commit
187f9945bc
@@ -112,6 +112,7 @@ function(git_describe _var _repo_dir)
|
||||
"-C"
|
||||
${_repo_dir}
|
||||
describe
|
||||
"--always"
|
||||
${hash}
|
||||
${ARGN}
|
||||
WORKING_DIRECTORY
|
||||
|
Reference in New Issue
Block a user