Add a [cmake] section with install_message key.

This commit is contained in:
Mikaël Capelle
2022-05-08 14:04:02 +02:00
parent fb0b446e13
commit 57453530b4
5 changed files with 105 additions and 7 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void cmake::do_generate()
.stderr_encoding(encodings::utf8)
.binary(binary())
.arg("-DCMAKE_BUILD_TYPE=Release")
.arg("-DCMAKE_INSTALL_MESSAGE=NEVER")
.arg("-DCMAKE_INSTALL_MESSAGE=" + conf().cmake().install_message().value())
.arg("--log-level=ERROR")
.arg("--no-warn-unused-cli");