Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 ports/protobuf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
if(VCPKG_TARGET_IS_UWP)
set(protobuf_BUILD_LIBPROTOC OFF)
else()
set(protobuf_BUILD_LIBPROTOC ON)
set(protobuf_BUILD_LIBPROTOC ${protobuf_BUILD_PROTOC_BINARIES})
Comment thread
dudantas marked this conversation as resolved.
Outdated
endif()

if (VCPKG_DOWNLOAD_MODE)
Expand Down
2 changes: 1 addition & 1 deletion ports/protobuf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "protobuf",
"version": "6.33.4",
"port-version": 1,
"port-version": 2,
"description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7942,7 +7942,7 @@
},
"protobuf": {
"baseline": "6.33.4",
"port-version": 1
"port-version": 2
},
"protobuf-c": {
"baseline": "1.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/protobuf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7b537a9bc3f32930ca146683aeab3e0e68a349e0",
"version": "6.33.4",
"port-version": 2
},
{
"git-tree": "82a850caf35034a45596845a1d6e734b82f6a79a",
"version": "6.33.4",
Expand Down
Loading