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 4e55489 commit 31bf4e3Copy full SHA for 31bf4e3
src/gen.cpp
@@ -182,9 +182,9 @@ int generate_cmake(const char *path) {
182
} else if (first_arg == "tag") {
183
first_arg = "GIT_TAG";
184
} else if (first_arg == "svn") {
185
- first_arg == "SVN_REPOSITORY";
+ first_arg = "SVN_REPOSITORY";
186
} else if (first_arg == "rev") {
187
- first_arg == "SVN_REVISION";
+ first_arg = "SVN_REVISION";
188
} else if (first_arg == "url") {
189
first_arg = "URL";
190
} else if (first_arg == "hash") {
0 commit comments