This commit is contained in:
Matthias Melcher 2024-02-20 14:35:26 +01:00
parent 2f343ad64d
commit 8cce99b2c7

View File

@ -64,9 +64,9 @@ if(GENERATE_DOCS)
ERROR_QUIET ERROR_QUIET
) )
# set to "'unkown'" if git is not available # set to "'unknown'" if git is not available
if(GIT_REVISION STREQUAL "") if(GIT_REVISION STREQUAL "")
set(GIT_REVISION "'unkown'") set(GIT_REVISION "'unknown'")
endif() endif()
# Find "short" doxygen version if it was built from Git # Find "short" doxygen version if it was built from Git