summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-27 09:23:17 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-27 09:23:17 -0500
commit9cbfe94975e423a519af550b559ade35f28c4b02 (patch)
tree6ceed46459b079ca5c2342089d3952ce620d6c76 /cmake
parent7822c0e5f5fd1ef702d5159977badea56ae8e20c (diff)
parentca908f9971992dbc244381962a101238bd5dcead (diff)
downloadlibical-git-9cbfe94975e423a519af550b559ade35f28c4b02.tar.gz
Merge branch '3.0'
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/GtkDoc.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/modules/GtkDoc.cmake b/cmake/modules/GtkDoc.cmake
index 6090cb85..2cf76aaa 100644
--- a/cmake/modules/GtkDoc.cmake
+++ b/cmake/modules/GtkDoc.cmake
@@ -18,12 +18,6 @@
# It also adds custom target gtkdoc-rebuild-${_module}-sgml to rebuild the sgml.in
# file based on the current sources.
-libical_option(ENABLE_GTK_DOC "Use gtk-doc to build documentation" True)
-
-if(NOT ENABLE_GTK_DOC)
- return()
-endif()
-
find_program(GTKDOC_SCAN gtkdoc-scan)
find_program(GTKDOC_SCANGOBJ gtkdoc-scangobj)
find_program(GTKDOC_MKDB gtkdoc-mkdb)