diff options
| author | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-16 15:34:13 -0700 |
|---|---|---|
| committer | Curtis.Bezault <curtbezault@gmail.com> | 2019-07-16 15:34:13 -0700 |
| commit | 44dcc3d4f3d2bc56cc9f6d0371a141ad0145d537 (patch) | |
| tree | 32599f0c2ada63695259f896bc2fc10b3d1e6435 /scripts | |
| parent | a22242e837cc1af63ff754545512f5a754a70426 (diff) | |
| download | vcpkg-44dcc3d4f3d2bc56cc9f6d0371a141ad0145d537.tar.gz vcpkg-44dcc3d4f3d2bc56cc9f6d0371a141ad0145d537.zip | |
First pass at port settings
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/get_triplet_environment.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/get_triplet_environment.cmake b/scripts/get_triplet_environment.cmake index 24ff40905..e561492de 100644 --- a/scripts/get_triplet_environment.cmake +++ b/scripts/get_triplet_environment.cmake @@ -1,4 +1,7 @@ include(${CMAKE_TRIPLET_FILE}) +if (DEFINED CMAKE_PORTFILE_SETTINGS) + include(${CMAKE_PORTFILE_SETTINGS} OPTIONAL) +endif() # GUID used as a flag - "cut here line" message("c35112b6-d1ba-415b-aa5d-81de856ef8eb") |
