From c3f04b9d33e3135ff1e0088cfafe1b7fd86b7ae3 Mon Sep 17 00:00:00 2001 From: MajorMurphy Date: Wed, 7 Aug 2024 20:58:12 -0400 Subject: [PATCH] release cpu_features v0.9.0 Fixed cpu_features cmake error CMP0057 occurring in Android NDK 27 --- scripts/source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/source.sh b/scripts/source.sh index 5aa71f0..eed4333 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -18,7 +18,7 @@ get_library_source() { ;; cpu-features) SOURCE_REPO_URL="https://github.com/arthenica/cpu_features" - SOURCE_ID="v0.8.0" + SOURCE_ID="v0.9.0" SOURCE_TYPE="TAG" ;; dav1d)