Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RexhuangTW committed Sep 9, 2024
1 parent d5b85aa commit 2ec1673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/extension.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ function(app_git_version git_version)
OUTPUT_VARIABLE GIT_REV OUTPUT_STRIP_TRAILING_WHITESPACE
ERROR_QUIET
)
message("${CONFIG_BUILD_PORJECT}-" "${GIT_REV}")
string(REPLACE "${CONFIG_BUILD_PORJECT}-" "" var ${GIT_REV})
set(${git_version} ${var} PARENT_SCOPE)
endfunction()
Expand Down

0 comments on commit 2ec1673

Please sign in to comment.