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