Skip to content

Commit

Permalink
Merge branch 'master' into release/2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyang2057 committed Sep 22, 2023
2 parents c40ea04 + acab611 commit edde68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(NOT DEFINED NNCASE_VERSION_SUFFIX)
OUTPUT_VARIABLE GIT_TAG
OUTPUT_STRIP_TRAILING_WHITESPACE)

if ("v${NNCASE_VERSION}" STREQUAL ${GIT_TAG})
if ("v${NNCASE_VERSION}" STREQUAL "${GIT_TAG}")
set(NNCASE_VERSION_SUFFIX "")
else()
execute_process(
Expand Down

0 comments on commit edde68e

Please sign in to comment.