[protobuf] Fix BUILTIN_ATOMICS detection (#49721)

This commit is contained in:
pastdue
2026-02-03 14:31:57 -08:00
committed by GitHub
parent e05b13791a
commit 7c45dcccbe
4 changed files with 8 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ file(REMOVE_RECURSE
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCMAKE_CXX_STANDARD=17
-Dprotobuf_BUILD_SHARED_LIBS=${protobuf_BUILD_SHARED_LIBS}
-Dprotobuf_MSVC_STATIC_RUNTIME=${protobuf_MSVC_STATIC_RUNTIME}
-Dprotobuf_BUILD_TESTS=OFF
+1
View File
@@ -1,6 +1,7 @@
{
"name": "protobuf",
"version": "6.33.4",
"port-version": 1,
"description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "BSD-3-Clause",
+1 -1
View File
@@ -7854,7 +7854,7 @@
},
"protobuf": {
"baseline": "6.33.4",
"port-version": 0
"port-version": 1
},
"protobuf-c": {
"baseline": "1.5.2",
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "82a850caf35034a45596845a1d6e734b82f6a79a",
"version": "6.33.4",
"port-version": 1
},
{
"git-tree": "276478aca53e8691c716e67a0e6172db1b391299",
"version": "6.33.4",