diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-12-05 13:00:50 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-12-19 10:21:58 -0800 |
| commit | 14358e8b257a27f86a58bf95aaca1625c1ec2a26 (patch) | |
| tree | ea03452d749b07e443ebf66a52e1e8ca0e51853b /ports/boost-exception | |
| parent | 5ac69dd02bef426d71ed1e58923345c9042c37dc (diff) | |
| download | vcpkg-14358e8b257a27f86a58bf95aaca1625c1ec2a26.tar.gz vcpkg-14358e8b257a27f86a58bf95aaca1625c1ec2a26.zip | |
[boost] Modularize
Diffstat (limited to 'ports/boost-exception')
| -rw-r--r-- | ports/boost-exception/CONTROL | 5 | ||||
| -rw-r--r-- | ports/boost-exception/portfile.cmake | 18 |
2 files changed, 23 insertions, 0 deletions
diff --git a/ports/boost-exception/CONTROL b/ports/boost-exception/CONTROL new file mode 100644 index 000000000..52d316c34 --- /dev/null +++ b/ports/boost-exception/CONTROL @@ -0,0 +1,5 @@ +# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+Source: boost-exception
+Version: 1.66.0
+Build-Depends: boost-assert, boost-build, boost-config, boost-core, boost-smart-ptr, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers
+Description: Boost exception module
diff --git a/ports/boost-exception/portfile.cmake b/ports/boost-exception/portfile.cmake new file mode 100644 index 000000000..dd5d6540e --- /dev/null +++ b/ports/boost-exception/portfile.cmake @@ -0,0 +1,18 @@ +# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
+
+include(vcpkg_common_functions)
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular.cmake)
+
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO boostorg/exception
+ REF boost-1.66.0
+ SHA512 ab4bd5df7250847c866e5b6db99930d190c04b2c2a46e49eb62e9ed9467b6f5aa60aa2db87e9fe27145321bf429a23e94a83bb28ea9f574d01b02ea06dd89571
+ HEAD_REF master
+)
+
+boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
+boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})
+
+set(VCPKG_LIBRARY_LINKAGE static)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
