Update dependency management
This commit is contained in:
6
3rdParty/utfcpp/CMakeLists.txt
vendored
6
3rdParty/utfcpp/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user