diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-27 12:20:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-27 12:20:12 -0700 |
| commit | 35e985d3ccf60235bc4881df4d934610cd507090 (patch) | |
| tree | cc50cdccbffe94f765dfbe812e9cb241f55f27b2 /scripts | |
| parent | 82cd021b42ddce34b487a9665cf2614b563919de (diff) | |
| download | vcpkg-35e985d3ccf60235bc4881df4d934610cd507090.tar.gz vcpkg-35e985d3ccf60235bc4881df4d934610cd507090.zip | |
Triplets Overlay Implementation (#7053)
* Triplets Overlay Implementation
* Use cache for get_triplet_file_path()
* Code cleanup
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ports.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 118cc9481..860d08893 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -32,7 +32,7 @@ endif() if(CMD MATCHES "^BUILD$") - set(CMAKE_TRIPLET_FILE ${VCPKG_ROOT_DIR}/triplets/${TARGET_TRIPLET}.cmake) + set(CMAKE_TRIPLET_FILE ${TARGET_TRIPLET_FILE}) if(NOT EXISTS ${CMAKE_TRIPLET_FILE}) message(FATAL_ERROR "Unsupported target triplet. Triplet file does not exist: ${CMAKE_TRIPLET_FILE}") endif() |
