Add missing includes and update utfcpp

This commit is contained in:
Georg Hagen
2025-09-30 00:47:06 +02:00
parent e97d33e7a1
commit 15a2527d9c
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
utfcpp
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${UTFCPP_REPO}
GIT_TAG v4.0.6
GIT_TAG v4.0.8
GIT_SHALLOW TRUE
)
set(UTF8_TESTS OFF CACHE BOOL "" FORCE)