From fd15eda1cf574d667fb04ebd2b51462ee8e7774e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 31 Aug 2026 13:13:16 +0200 Subject: docs: prepare for pages deployment --- CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f57c540e..830da817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,6 @@ endif() #]============================================================================] option(TEACHOS_ENABLE_LINTING "Enable linting during build" ON) -option(TEACHOS_GENERATE_DOCS "Generate documentation during build" ON) option(TEACHOS_ENABLE_TEST_SANITIZERS "Enable sanitizers for test executables" ON) option(TEACHOS_ENABLE_TEST_COVERAGE "Enable generation of test coverage" ON) option(TEACHOS_ENABLE_TEST_TSAN "Enable TSan for the test executable" OFF) @@ -86,20 +85,6 @@ if(CLANG_TIDY_EXE AND TEACHOS_ENABLE_LINTING) set(CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXE}") endif() -#[============================================================================[ -# Global Documentation Configuration -#]============================================================================] - -find_package(Doxygen "1.10") - -if(Doxygen_FOUND AND TEACHOS_GENERATE_DOCS) - doxygen_add_docs("docs" - ALL - COMMENT "Generating documentation" - CONFIG_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile" - ) -endif() - #[============================================================================[ # Build Host Testing #]============================================================================] -- cgit v1.2.3