mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +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"
|
"-C"
|
||||||
${_repo_dir}
|
${_repo_dir}
|
||||||
describe
|
describe
|
||||||
|
"--always"
|
||||||
${hash}
|
${hash}
|
||||||
${ARGN}
|
${ARGN}
|
||||||
WORKING_DIRECTORY
|
WORKING_DIRECTORY
|
||||||
|
Reference in New Issue
Block a user