aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authorCurtis.Bezault <curtbezault@gmail.com>2019-07-16 15:51:50 -0700
committerCurtis.Bezault <curtbezault@gmail.com>2019-07-16 15:51:50 -0700
commit64198a8109b9d1cffcc3830f70d0c3f2b066638d (patch)
tree8cba72d0455abcd56bce0f31769da34b9d903441 /scripts/ports.cmake
parent44dcc3d4f3d2bc56cc9f6d0371a141ad0145d537 (diff)
downloadvcpkg-64198a8109b9d1cffcc3830f70d0c3f2b066638d.tar.gz
vcpkg-64198a8109b9d1cffcc3830f70d0c3f2b066638d.zip
Add to vcpkg.cmake
Diffstat (limited to 'scripts/ports.cmake')
-rw-r--r--scripts/ports.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index 860d08893..0c33fdffc 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -67,6 +67,7 @@ if(CMD MATCHES "^BUILD$")
file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR} ${CURRENT_PACKAGES_DIR})
include(${CMAKE_TRIPLET_FILE})
+ include(${CMAKE_PORT_SETTINGS} OPTIONAL)
set(TRIPLET_SYSTEM_ARCH ${VCPKG_TARGET_ARCHITECTURE})
include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_definitions.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_functions.cmake)