Skip to content

Commit

Permalink
Update basis_universal to v1.16.3-p0 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth committed Feb 25, 2022
1 parent e86987e commit d106e5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ hunter_default_version(autoutils VERSION 0.3.0)
hunter_default_version(aws-c-common VERSION 0.5.6)
hunter_default_version(aws-sdk-cpp VERSION 1.9.199-p0)
hunter_default_version(aws_lambda_cpp VERSION v0.2.7-p0)
hunter_default_version(basis_universal VERSION 1.15-c4c0db7-p0)
hunter_default_version(basis_universal VERSION 1.16.3-p0)
hunter_default_version(benchmark VERSION 1.5.0)
hunter_default_version(bento4 VERSION 1.6.0-638-p0)
hunter_default_version(binaryen VERSION 1.38.28-p1)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/basis_universal/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ hunter_add_version(
73b86006f65be61bbaf85cc17fe39247fe20a27b
)

hunter_add_version(
PACKAGE_NAME
basis_universal
VERSION
1.16.3-p0
URL
"https://github.com/cpp-pm/basis_universal/archive/refs/tags/v1.16.3-p0.tar.gz"
SHA1
eff867b8cf79480fa84011841aa258887ed57f7a
)

if(ANDROID OR IOS OR _hunter_windows_store)
hunter_cmake_args(
basis_universal
Expand All @@ -53,6 +64,7 @@ else()
basis_universal
CMAKE_ARGS
SSE=ON
OPENCL=OFF
)
endif()

Expand Down

0 comments on commit d106e5a

Please sign in to comment.