diff options
| author | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-16 15:51:50 -0700 |
|---|---|---|
| committer | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-16 15:51:50 -0700 |
| commit | 64198a8109b9d1cffcc3830f70d0c3f2b066638d (patch) | |
| tree | 8cba72d0455abcd56bce0f31769da34b9d903441 /scripts/ports.cmake | |
| parent | 44dcc3d4f3d2bc56cc9f6d0371a141ad0145d537 (diff) | |
| download | vcpkg-64198a8109b9d1cffcc3830f70d0c3f2b066638d.tar.gz vcpkg-64198a8109b9d1cffcc3830f70d0c3f2b066638d.zip | |
Add to vcpkg.cmake
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 1 |
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) |
