Fix deprecated ftm::localtime
This commit is contained in:
1
3rdParty/brotli/CMakeLists.txt
vendored
1
3rdParty/brotli/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
2
3rdParty/rapidyaml/CMakeLists.txt
vendored
2
3rdParty/rapidyaml/CMakeLists.txt
vendored
@@ -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)
|
||||
Reference in New Issue
Block a user