aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authorCurtis J Bezault <curtbezault@gmail.com>2019-07-19 08:01:38 -0700
committerGitHub <noreply@github.com>2019-07-19 08:01:38 -0700
commit618fa203c13c30bd19826988cff66481bca0562f (patch)
tree3a5c8b388d72beaa82a20fe317a363de209bec41 /scripts/ports.cmake
parentcf9820bb86565fc21b68890749c8954c9cff1778 (diff)
downloadvcpkg-618fa203c13c30bd19826988cff66481bca0562f.tar.gz
vcpkg-618fa203c13c30bd19826988cff66481bca0562f.zip
[vcpkg] Portfile Settings (#7292)
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..58510567b 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(${ENV_OVERRIDES_FILE} 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)