This commit is contained in:
2025-08-23 14:02:43 +02:00
parent b75bd21353
commit fb85946d27
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ INCLUDE_PATH = include
# Doxygen Awesome theme
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
DISABLE_INDEX = YES
FULL_SIDEBAR = NO
HTML_COLORSTYLE = DARK
HTML_EXTRA_STYLESHEET = \

View File

@@ -23,7 +23,7 @@ include(FetchContent)
FetchContent_Declare(
tstd
GIT_REPOSITORY https://github.com/Tilo-K/tstd.git
GIT_TAG main
GIT_TAG master
)
FetchContent_MakeAvailable(tstd)