aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-01-17 22:08:48 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-01-17 23:21:47 -0800
commit78ac1d0bb641619094772e942673094b14935e7f (patch)
tree2152d5f220243563be8f6698a772c6bf65ff529f /ports/boost-python
parent115bff5c07da30d3aef616ebea17a68fda0e5dbc (diff)
downloadvcpkg-78ac1d0bb641619094772e942673094b14935e7f.tar.gz
vcpkg-78ac1d0bb641619094772e942673094b14935e7f.zip
[boost] Split boost-modular.cmake
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})