Skip to content

Commit

Permalink
Update 'Protobuf' to v3.10.0-p0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon authored and bkotzz committed Nov 6, 2019
1 parent 5a0b657 commit 68fc9ab
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -111,7 +111,7 @@ hunter_default_version(PROJ4 VERSION 5.0.0)
hunter_default_version(PhysUnits VERSION 1.1.0-p0)
hunter_default_version(PocoCpp VERSION 1.7.9-p1)
hunter_default_version(PostgreSQL VERSION 10.0.0)
hunter_default_version(Protobuf VERSION 3.7.1-p0)
hunter_default_version(Protobuf VERSION 3.10.0-p0)

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

hunter_add_version(
PACKAGE_NAME
Protobuf
VERSION
"3.10.0-p0"
URL
"https://github.com/cpp-pm/protobuf/archive/v3.10.0-p0.tar.gz"
SHA1
967cd20c627efb59240508e0a8688f462a9a4086
)

string(
COMPARE EQUAL "${CMAKE_SYSTEM_NAME}" "WindowsStore" _hunter_windows_store
)
Expand Down

0 comments on commit 68fc9ab

Please sign in to comment.