Skip to content

Commit

Permalink
feat: support simdutf 5.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Apr 3, 2024
1 parent f9bc96e commit f958f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ endif ()
# we don't want to include tests of dependencies, so we need to do some manual work

if (SCN_USE_EXTERNAL_SIMDUTF)
find_package(simdutf 4.0.0 CONFIG REQUIRED)
find_package(simdutf 5.2.2 CONFIG REQUIRED)
else ()
FetchContent_Declare(
simdutf
GIT_REPOSITORY https://github.com/simdutf/simdutf.git
GIT_TAG v4.0.8
GIT_TAG v5.2.2
GIT_SHALLOW TRUE
)

Expand Down
2 changes: 1 addition & 1 deletion cmake/scn-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (UNIX)
endif ()

if (@SCN_USE_EXTERNAL_SIMDUTF@)
find_dependency(simdutf 4.0.0)
find_dependency(simdutf 5.2.2)
endif ()
if (@SCN_USE_EXTERNAL_FAST_FLOAT@)
find_dependency(FastFloat 6.0.0)
Expand Down

0 comments on commit f958f10

Please sign in to comment.