Skip to content

Commit

Permalink
Update Protobuf to v3.14.0-4a09d77-p0 (#318)
Browse files Browse the repository at this point in the history
* Update Protobuf to v3.14.0-p0

* Update SHA1 and version

* Update SHA1
  • Loading branch information
rbsheth committed Dec 7, 2020
1 parent 3539804 commit e1c21b1
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 @@ -118,7 +118,7 @@ hunter_default_version(PROJ4 VERSION 5.0.0)
hunter_default_version(PhysUnits VERSION 1.1.0-p0)
hunter_default_version(PocoCpp VERSION 1.10.1-p0)
hunter_default_version(PostgreSQL VERSION 10.0.0)
hunter_default_version(Protobuf VERSION 3.12.4-p1)
hunter_default_version(Protobuf VERSION 3.14.0-4a09d77-p0)

string(COMPARE EQUAL "${CMAKE_SYSTEM_NAME}" "Linux" _is_linux)
if(_is_linux OR MINGW)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/Protobuf/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,17 @@ hunter_add_version(
01b62322e6d9d3271261882bbc7c1719f7179d9d
)

hunter_add_version(
PACKAGE_NAME
Protobuf
VERSION
"3.14.0-4a09d77-p0"
URL
"https://github.com/cpp-pm/protobuf/archive/v3.14.0-4a09d77-p0.tar.gz"
SHA1
3553ff3bfd7d0c4c1413b1552064b3dca6fa213e
)

string(
COMPARE EQUAL "${CMAKE_SYSTEM_NAME}" "WindowsStore" _hunter_windows_store
)
Expand Down Expand Up @@ -198,3 +209,4 @@ endif()
hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(Protobuf)
hunter_download(PACKAGE_NAME Protobuf)

0 comments on commit e1c21b1

Please sign in to comment.