File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ hunter_default_version(astc-encoder VERSION 3.0-7257cbd-p0)
198198hunter_default_version(autobahn-cpp VERSION 0.2.0)
199199hunter_default_version(autoutils VERSION 0.3.0)
200200hunter_default_version(aws-c-common VERSION 0.5.6)
201- hunter_default_version(basis_universal VERSION 1.15-p0)
201+ hunter_default_version(basis_universal VERSION 1.15-c4c0db7- p0)
202202hunter_default_version(benchmark VERSION 1.5.0)
203203hunter_default_version(bento4 VERSION 1.5.1-628-e6ee435-p0)
204204hunter_default_version(binaryen VERSION 1.38.28-p1)
Original file line number Diff line number Diff line change @@ -31,12 +31,29 @@ hunter_add_version(
3131 b453e7b1077f95ee4e5618f93712ea3a54d9aeb8
3232)
3333
34+ hunter_add_version(
35+ PACKAGE_NAME
36+ basis_universal
37+ VERSION
38+ 1.15-c4c0db7-p0
39+ URL
40+ "https://github.com/cpp-pm/basis_universal/archive/refs/tags/v1.15-c4c0db7-p0.tar.gz"
41+ SHA1
42+ 73b86006f65be61bbaf85cc17fe39247fe20a27b
43+ )
44+
3445if (ANDROID OR IOS OR _hunter_windows_store)
3546 hunter_cmake_args(
3647 basis_universal
3748 CMAKE_ARGS
3849 BASISU_BUILD_TOOL=OFF
3950 )
51+ else ()
52+ hunter_cmake_args(
53+ basis_universal
54+ CMAKE_ARGS
55+ SSE=ON
56+ )
4057endif ()
4158
4259hunter_pick_scheme(DEFAULT url_sha1_cmake)
You can’t perform that action at this time.
0 commit comments