summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2021-12-01 16:03:22 +0100
committerSimon McVittie <smcv@collabora.com>2021-12-10 13:36:28 +0000
commit8e2f0f588e21ff835f87688c4df543ec6545f33d (patch)
treee30a718ddc808c1874c735df624790a9804db4b0 /README.cmake
parent667b153dce764a6dbaa2ac414fa8b9170de29098 (diff)
cmake: add configure option 'ENABLE_WERROR' to keep in sync with autotools
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 7c984430..1d32302a 100644
--- a/README.cmake
+++ b/README.cmake
@@ -139,6 +139,9 @@ DBUS_ENABLE_ANSI:BOOL=OFF
// build DOXYGEN documentation (requires Doxygen)
DBUS_ENABLE_DOXYGEN_DOCS:BOOL=OFF
+// Unconditionally make all compiler warnings fatal
+ENABLE_WERROR:BOOL=OFF
+
// build qt help documentation (requires qhelpgenerator(-qt5));
// set INSTALL_QCH_DIR for custom qch installation path
ENABLE_QT_HELP:STRING=AUTO