Update reproc to 9.0.0. (#8411)

- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
This commit is contained in:
Daan De Meyer 2019-10-03 01:02:55 +02:00 committed by dan-shaw
parent 16a2ec4e99
commit 1ac57d42ac
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
Source: reproc Source: reproc
Version: 8.0.1 Version: 9.0.0
Description: Cross-platform library that simplifies working with external CLI applications from C and C++ Description: Cross-platform (C99/C++11) process library

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO DaanDeMeyer/reproc REPO DaanDeMeyer/reproc
REF v8.0.1 REF v9.0.0
SHA512 029b32bc275cecb95e5dc451dcf9efdb4f5b24f4ff6c6358960f6b4b45237aee12d0c2aee7dfe8e08ac1c8e9a65412f6d89578a84538b2fb4fc8c35409282fe3 SHA512 c9ab8c459f4cdf2b740edd461eefa2972a068078999ab97efff4473f1fae4dd774d00ea56cb33bdf883f78eb8d8b73aa721d35dd77e016b047cf4c9dadfee72b
HEAD_REF master HEAD_REF master
) )
@ -13,8 +13,7 @@ vcpkg_configure_cmake(
PREFER_NINJA PREFER_NINJA
OPTIONS OPTIONS
-DREPROC++=ON -DREPROC++=ON
-DREPROC++_INSTALL=ON -DREPROC_INSTALL_PKGCONFIG=OFF
-DREPROC_INSTALL=ON
) )
vcpkg_install_cmake() vcpkg_install_cmake()