aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-12-07 21:40:36 -0800
committerRobert Schumacher <roschuma@microsoft.com>2016-12-07 21:40:36 -0800
commit31b713ca1fe74f784f01cdc6ed0cfdaf4a5fcaf7 (patch)
tree8c0fff779c00ebfd28462660415740cd1696239d /scripts/ports.cmake
parent97b0479db07f4c0e07092ccc21297d7fa181ed55 (diff)
downloadvcpkg-31b713ca1fe74f784f01cdc6ed0cfdaf4a5fcaf7.tar.gz
vcpkg-31b713ca1fe74f784f01cdc6ed0cfdaf4a5fcaf7.zip
[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead.
Diffstat (limited to 'scripts/ports.cmake')
-rw-r--r--scripts/ports.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake
index 762997491..4e28cbb67 100644
--- a/scripts/ports.cmake
+++ b/scripts/ports.cmake
@@ -33,7 +33,6 @@ endif()
if(CMD MATCHES "^BUILD$")
string(REGEX REPLACE "([^-]*)-([^-]*)" "\\1" TRIPLET_SYSTEM_ARCH ${TARGET_TRIPLET})
- string(REGEX REPLACE "([^-]*)-([^-]*)" "\\2" TRIPLET_SYSTEM_NAME ${TARGET_TRIPLET})
set(CMAKE_TRIPLET_FILE ${VCPKG_ROOT_DIR}/triplets/${TARGET_TRIPLET}.cmake)
if(NOT EXISTS ${CMAKE_TRIPLET_FILE})