mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[brpc] Add DISABLE_PARALLEL_CONFIGURE (#26162)
* [brpc] Add DISABLE_PARALLEL_CONFIGURE * x-add-version
This commit is contained in:
parent
59b861ab16
commit
e38526f36e
@ -12,6 +12,7 @@ vcpkg_from_github(
|
|||||||
|
|
||||||
vcpkg_cmake_configure(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
|
DISABLE_PARALLEL_CONFIGURE
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DWITH_THRIFT=ON
|
-DWITH_THRIFT=ON
|
||||||
-DWITH_MESALINK=OFF
|
-DWITH_MESALINK=OFF
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "brpc",
|
"name": "brpc",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
|
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
|
||||||
"homepage": "https://github.com/apache/incubator-brpc",
|
"homepage": "https://github.com/apache/incubator-brpc",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2ed01cdb3f05cfc779d3162de470045bda69f985",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d75b4f1f3f1bf6072c3095fe34f29e86c19ec4d5",
|
"git-tree": "d75b4f1f3f1bf6072c3095fe34f29e86c19ec4d5",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
@ -1170,7 +1170,7 @@
|
|||||||
},
|
},
|
||||||
"brpc": {
|
"brpc": {
|
||||||
"baseline": "1.2.0",
|
"baseline": "1.2.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"brunocodutra-metal": {
|
"brunocodutra-metal": {
|
||||||
"baseline": "2.1.4",
|
"baseline": "2.1.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user