[protobuf] Fix BUILTIN_ATOMICS detection (#49721)
This commit is contained in:
@@ -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,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",
|
||||
|
||||
@@ -7854,7 +7854,7 @@
|
||||
},
|
||||
"protobuf": {
|
||||
"baseline": "6.33.4",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"protobuf-c": {
|
||||
"baseline": "1.5.2",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "82a850caf35034a45596845a1d6e734b82f6a79a",
|
||||
"version": "6.33.4",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "276478aca53e8691c716e67a0e6172db1b391299",
|
||||
"version": "6.33.4",
|
||||
|
||||
Reference in New Issue
Block a user