summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2023-03-31 07:51:27 +0000
committerMilan Crha <mcrha@redhat.com>2023-03-31 07:51:27 +0000
commit1100864cc45ef4e93f7b285bd5ce0d9f7d113bc7 (patch)
tree5e5ff63e8fa9ec02438d5c976e70c2032e951b47
parent698b97b60401f75280e8b1ecb0e3770159966dfa (diff)
downloadevolution-data-server-1100864cc45ef4e93f7b285bd5ce0d9f7d113bc7.tar.gz
M!121 - build: Fix WITH_PRIVATE_DOCS hint
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/121
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6893f0ca..3ce3cb8ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -293,7 +293,7 @@ include(FindPhonenumber)
include(FindSMIME)
add_printable_option(ENABLE_MAINTAINER_MODE "Enable maintainer mode" OFF)
-add_printable_option(WITH_PRIVATE_DOCS "Build documentation for private libraries (requires -DENABLE-GTK-DOC=ON" OFF)
+add_printable_option(WITH_PRIVATE_DOCS "Build documentation for private libraries (requires -DENABLE_GTK_DOC=ON" OFF)
if(ENABLE_MAINTAINER_MODE)
set(BUILD_TESTING ON)