From 277f58417571ca4657fbc75fd1282e765003dde7 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 7 Sep 2023 09:32:55 +0200 Subject: CMakeLists.txt: Generate GTK documentation by default We already have all optional featureson by default, so this one should be no exception --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd30268..f9ecba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) -option(ENABLE_GTKDOC "Enable building GTK documentation" OFF) +option(ENABLE_GTKDOC "Enable building GTK documentation" ON) option(ENABLE_BINDINGS_VALA "Enable Vala bindings (GTK+-3.0 and beyond only)" ON) option(ENABLE_BINDINGS_MONO "Enable Mono bindings" ON) -- cgit v1.2.3