Skip to content

Commit

Permalink
feat: support simdutf 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 20, 2024
1 parent f9bc96e commit 5398f91
Showing 1 changed file with 2 additions and 2 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.0.0 CONFIG REQUIRED)
else ()
FetchContent_Declare(
simdutf
GIT_REPOSITORY https://github.com/simdutf/simdutf.git
GIT_TAG v4.0.8
GIT_TAG v5.0.0
GIT_SHALLOW TRUE
)

Expand Down

0 comments on commit 5398f91

Please sign in to comment.