mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Add a [cmake] section with install_message key.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user