Skip to content
Snippets Groups Projects
Verified Commit af91aedb authored by Lars Bilke's avatar Lars Bilke
Browse files

[doxygen] Fixed generation of searchdata.xml.

parent 3614f46c
No related branches found
No related tags found
No related merge requests found
...@@ -90,6 +90,7 @@ if($ENV{CI_COMMIT_BRANCH} MATCHES "master|^v[0-9]\.[0-9]\.[0-9]") ...@@ -90,6 +90,7 @@ if($ENV{CI_COMMIT_BRANCH} MATCHES "master|^v[0-9]\.[0-9]\.[0-9]")
set(DOXYGEN_SEARCHENGINE_URL set(DOXYGEN_SEARCHENGINE_URL
"https://doxysearch.opengeosys.org/$ENV{CI_COMMIT_BRANCH}/doxysearch.cgi" "https://doxysearch.opengeosys.org/$ENV{CI_COMMIT_BRANCH}/doxysearch.cgi"
) )
set(DOXYGEN_SEARCHENGINE YES)
message(STATUS "Doxygen search server: ${DOXYGEN_SEARCHENGINE_URL}") message(STATUS "Doxygen search server: ${DOXYGEN_SEARCHENGINE_URL}")
endif() endif()
if(EXISTS ${PROJECT_BINARY_DIR}/cpp-dependencies.svg) if(EXISTS ${PROJECT_BINARY_DIR}/cpp-dependencies.svg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment