We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a53bd3 + 8416e72 commit e3045d9Copy full SHA for e3045d9
tools/cmake/build.cmake
@@ -64,7 +64,7 @@ endfunction()
64
#
65
function(__build_get_idf_git_revision)
66
idf_build_get_property(idf_path IDF_PATH)
67
- git_describe(idf_ver_git "${idf_path}" "--match v*.*")
+ git_describe(idf_ver_git "${idf_path}" "--match=v*.*")
68
if(EXISTS "${idf_path}/version.txt")
69
file(STRINGS "${idf_path}/version.txt" idf_ver_t)
70
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${idf_path}/version.txt")
0 commit comments