summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-27 08:51:39 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-27 08:51:39 -0500
commit9827b909830eb02a1eab38e783db9d61d9a05de1 (patch)
treed3a0443507632b147c3227b08eb06eca54bf796f /cmake
parentadf25615bd350d22897db6ea62f7f89842a6338b (diff)
downloadlibical-git-9827b909830eb02a1eab38e783db9d61d9a05de1.tar.gz
buildsystem - disable building Gtk docs with STATIC_ONLY
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 03ff3cef..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.
-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)