aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-01-17 23:30:10 -0800
committerGitHub <noreply@github.com>2018-01-17 23:30:10 -0800
commit00f3af78ee7636b1555cbd6a6873d9e5a3985f77 (patch)
treed3d7e224f03b18841ae9fc2ba78cc8a6d410f456 /ports/boost-python
parent115bff5c07da30d3aef616ebea17a68fda0e5dbc (diff)
parent1e95a2cd8a47a40284fed7bb4547a8bf639a237f (diff)
downloadvcpkg-00f3af78ee7636b1555cbd6a6873d9e5a3985f77.tar.gz
vcpkg-00f3af78ee7636b1555cbd6a6873d9e5a3985f77.zip
Merge pull request #2589 from dbenson2000/boost-1.66-zlib
Restore support for zlib and gzip in iostreams
Diffstat (limited to 'ports/boost-python')
-rw-r--r--ports/boost-python/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/boost-python/portfile.cmake b/ports/boost-python/portfile.cmake
index 395227990..db55b3e7b 100644
--- a/ports/boost-python/portfile.cmake
+++ b/ports/boost-python/portfile.cmake
@@ -1,7 +1,6 @@
# 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
@@ -16,5 +15,7 @@ file(GLOB PYTHON_INCLUDE_PATH "${CURRENT_INSTALLED_DIR}/include/python[0-9.]*")
set(PYTHONLIBS_RELEASE "${CURRENT_INSTALLED_DIR}/lib")
set(PYTHONLIBS_DEBUG "${CURRENT_INSTALLED_DIR}/debug/lib")
string(REGEX REPLACE ".*python([0-9\.]+)$" "\\1" PYTHON_VERSION "${PYTHON_INCLUDE_PATH}")
+include(${CURRENT_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})