Skip to content

Commit

Permalink
Fix abseil package which is missing PACKAGE_NAME from a bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroff committed Jan 21, 2025
1 parent 40cf0d0 commit 0401a57
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions cmake/projects/abseil/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,18 @@ hunter_add_version(
)

hunter_add_version(
PACKAGE_NAME
abseil
VERSION 20240722.0
URL
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20240722.0.tar.gz"
SHA1
955d39b9fdcacb88b2a8802d1d629b80a8ab28b1
PACKAGE_NAME
abseil
VERSION 20240722.0
URL
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20240722.0.tar.gz"
SHA1
955d39b9fdcacb88b2a8802d1d629b80a8ab28b1
)

hunter_add_version(
PACKAGE_NAME
abseil
VERSION
20240116.2
URL
Expand Down

0 comments on commit 0401a57

Please sign in to comment.