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

@@ -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)