Update dependency management

This commit is contained in:
2023-11-28 09:28:11 +01:00
parent f83a56b17f
commit 03a9f219cc
11 changed files with 49 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ FetchContent_Declare(
GIT_TAG v4.0.1
GIT_SHALLOW TRUE
)
set(UTF8_TESTS OFF)
set(UTF8_INSTALL OFF)
set(UTF8_SAMPLES OFF)
set(UTF8_TESTS OFF CACHE BOOL "" FORCE)
set(UTF8_INSTALL OFF CACHE BOOL "" FORCE)
set(UTF8_SAMPLES OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(utfcpp)