From af91aedba09b63d1cb81dcd4ddec3973e908ed89 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 19 Sep 2022 15:00:04 +0200 Subject: [PATCH] [doxygen] Fixed generation of searchdata.xml. --- scripts/cmake/DocumentationSetup.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cmake/DocumentationSetup.cmake b/scripts/cmake/DocumentationSetup.cmake index e2dd8844939..41b4b3f4641 100644 --- a/scripts/cmake/DocumentationSetup.cmake +++ b/scripts/cmake/DocumentationSetup.cmake @@ -90,6 +90,7 @@ if($ENV{CI_COMMIT_BRANCH} MATCHES "master|^v[0-9]\.[0-9]\.[0-9]") set(DOXYGEN_SEARCHENGINE_URL "https://doxysearch.opengeosys.org/$ENV{CI_COMMIT_BRANCH}/doxysearch.cgi" ) + set(DOXYGEN_SEARCHENGINE YES) message(STATUS "Doxygen search server: ${DOXYGEN_SEARCHENGINE_URL}") endif() if(EXISTS ${PROJECT_BINARY_DIR}/cpp-dependencies.svg) -- GitLab