--log-level needs =

This commit is contained in:
isanae
2020-05-26 13:57:02 -04:00
parent d820c8b5ca
commit 9b931fdfa4
+1 -1
View File
@@ -125,7 +125,7 @@ void cmake::do_generate()
.binary(binary())
.arg("-DCMAKE_BUILD_TYPE=Release")
.arg("-DCMAKE_INSTALL_MESSAGE=NEVER")
.arg("--log-level", "ERROR")
.arg("--log-level=ERROR")
.arg("--no-warn-unused-cli");
if (genstring_.empty())