diff options
Diffstat (limited to 'ports/anyrpc')
| -rw-r--r-- | ports/anyrpc/CONTROL | 4 | ||||
| -rw-r--r-- | ports/anyrpc/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/anyrpc/vcpkg.json | 7 |
3 files changed, 8 insertions, 4 deletions
diff --git a/ports/anyrpc/CONTROL b/ports/anyrpc/CONTROL deleted file mode 100644 index a76346057..000000000 --- a/ports/anyrpc/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: anyrpc -Version: 2020-01-13-1 -Homepage: https://github.com/sgieseking/anyrpc -Description: A multiprotocol remote procedure call system for C++. diff --git a/ports/anyrpc/portfile.cmake b/ports/anyrpc/portfile.cmake index 843e83609..513c37cd9 100644 --- a/ports/anyrpc/portfile.cmake +++ b/ports/anyrpc/portfile.cmake @@ -11,6 +11,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ANYRPC_LIB_BUILD_SHARE vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA + DISABLE_PARALLEL_CONFIGURE OPTIONS -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF diff --git a/ports/anyrpc/vcpkg.json b/ports/anyrpc/vcpkg.json new file mode 100644 index 000000000..f71f684cc --- /dev/null +++ b/ports/anyrpc/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "anyrpc", + "version-string": "2020-01-13", + "port-version": 2, + "description": "A multiprotocol remote procedure call system for C++.", + "homepage": "https://github.com/sgieseking/anyrpc" +} |
