mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-cpp/scnlib: Bump required simdutf version and adjust patch
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
16
dev-cpp/scnlib/files/scnlib-2.0.2-accept-simdutf-5.2.x.patch
Normal file
16
dev-cpp/scnlib/files/scnlib-2.0.2-accept-simdutf-5.2.x.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake
|
||||
index ae2832b..186fbed 100644
|
||||
--- a/cmake/dependencies.cmake
|
||||
+++ b/cmake/dependencies.cmake
|
||||
@@ -61,7 +61,10 @@ 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.0 CONFIG)
|
||||
+ if(NOT simdutf_FOUND)
|
||||
+ find_package(simdutf 4.0.0 CONFIG REQUIRED)
|
||||
+ endif()
|
||||
else ()
|
||||
FetchContent_Declare(
|
||||
simdutf
|
||||
Reference in New Issue
Block a user