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.
1 parent ad07c68 commit 79193ffCopy full SHA for 79193ff
CMakeLists.txt
@@ -20,7 +20,7 @@ if(GIT_EXE)
20
COMMAND ${GIT_EXE} name-rev HEAD --tags --name-only --no-undefined --always
21
OUTPUT_VARIABLE ZIG_GIT_REV
22
OUTPUT_STRIP_TRAILING_WHITESPACE)
23
- if(ZIG_GIT_REV MATCHES "\\\\^0$")
+ if(ZIG_GIT_REV MATCHES "\\^0$")
24
if(NOT("${ZIG_GIT_REV}" STREQUAL "${ZIG_VERSION}^0"))
25
message("WARNING: Tag does not match configured Zig version")
26
endif()
0 commit comments