Skip to content

Commit

Permalink
Update 'Protobuf' to v3.11.2-p0 (cpp-pm#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth authored Mar 5, 2020
1 parent bda5995 commit 1d2674b
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 @@ -115,7 +115,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.0-p0)
hunter_default_version(PostgreSQL VERSION 10.0.0)
hunter_default_version(Protobuf VERSION 3.10.0-p0)
hunter_default_version(Protobuf VERSION 3.11.2-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 @@ -138,6 +138,17 @@ hunter_add_version(
967cd20c627efb59240508e0a8688f462a9a4086
)

hunter_add_version(
PACKAGE_NAME
Protobuf
VERSION
"3.11.2-p0"
URL
"https://github.com/cpp-pm/protobuf/archive/v3.11.2-p0.tar.gz"
SHA1
490beb456fb6934bd4d9f6012c601f6724c2f757
)

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

0 comments on commit 1d2674b

Please sign in to comment.