diff options
Diffstat (limited to 'vcpkg/ports/boost-process/portfile.cmake')
| -rw-r--r-- | vcpkg/ports/boost-process/portfile.cmake | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/boost-process/portfile.cmake b/vcpkg/ports/boost-process/portfile.cmake new file mode 100644 index 0000000..ee01ff4 --- /dev/null +++ b/vcpkg/ports/boost-process/portfile.cmake @@ -0,0 +1,17 @@ +# Automatically generated by scripts/boost/generate-ports.ps1 + +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO boostorg/process + REF boost-${VERSION} + SHA512 e1489f46669718308f09f5732ac66b56d89f647a2fa20c824e9e7008b5934217c201845c97de96d4f7837b854c3100ceb5d53fb0811e73f9ebb8b7da87c0f14f + HEAD_REF master + PATCHES + fix-filesystem.patch +) + +set(FEATURE_OPTIONS "") +boost_configure_and_install( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS ${FEATURE_OPTIONS} +) |