aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-lambda
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-lambda')
-rw-r--r--ports/boost-lambda/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/boost-lambda/portfile.cmake b/ports/boost-lambda/portfile.cmake
index 315bf1ddf..bb9d68c6f 100644
--- a/ports/boost-lambda/portfile.cmake
+++ b/ports/boost-lambda/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
@@ -11,4 +10,5 @@ vcpkg_from_github(
HEAD_REF master
)
+include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})