summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
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 ca9216e370..14e1bde5d5 100644
--- a/README.cmake
+++ b/README.cmake
@@ -47,6 +47,9 @@ Note 1:
# Disable GTK+ 3
-DENABLE_GTK3=OFF
+ # Build documentation
+ -DENABLE_GUIDES=ON
+
# Make ccache and clang work together
-DCMAKE_C_FLAGS='-Qunused-arguments'