Fix deprecated ftm::localtime

This commit is contained in:
Georg Hagen
2025-08-12 14:55:55 +02:00
parent 8cf597f7e8
commit f08bd0dec3
6 changed files with 4 additions and 24 deletions

View File

@@ -9,6 +9,7 @@ FetchContent_Declare(
GIT_REPOSITORY ${BROTLI_REPO}
GIT_TAG v1.1.0
GIT_SHALLOW TRUE
EXCLUDE_FROM_ALL
)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)

View File

@@ -11,4 +11,6 @@ FetchContent_Declare(
GIT_TAG v0.9.0
GIT_SHALLOW FALSE # ensure submodules are checked out
)
set(C4CORE_INSTALL OFF CACHE BOOL "" FORCE)
set(RYML_INSTALL OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(ryml)