Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soralog 0.2.3 #129

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ hunter_default_version(shaka_player_embedded VERSION 0.1.0-beta-p1)
hunter_default_version(sleef VERSION 3.3.1-p1)
hunter_default_version(sm VERSION 1.2.3)
hunter_default_version(soil VERSION 1.0.4)
hunter_default_version(soralog VERSION 0.2.2)
hunter_default_version(soralog VERSION 0.2.3)
hunter_default_version(sources_for_android_sdk_packer VERSION 1.0.0)
hunter_default_version(sparsehash VERSION 2.0.2)

Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/soralog/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ hunter_add_version(
SHA1 58c70f24deac4e583bba9e94a3df9fcba399b570
)

hunter_add_version(
PACKAGE_NAME soralog
VERSION 0.2.3
URL https://github.com/qdrvm/soralog/archive/refs/tags/v0.2.3.zip
SHA1 cda3eb2c170e066f8cc104b1b968ba0a244b4f6c
)

hunter_cmake_args(
soralog
CMAKE_ARGS
Expand Down