diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 14:45:30 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 14:45:30 -0800 |
| commit | e642767c84ce5007660efb622fc7c158540f34d4 (patch) | |
| tree | fd7b40cd8fc9a6883b902bff7419075dbe4cba17 /scripts | |
| parent | cadee66ca2d8048d7d6449ed0472d091350a617f (diff) | |
| download | vcpkg-e642767c84ce5007660efb622fc7c158540f34d4.tar.gz vcpkg-e642767c84ce5007660efb622fc7c158540f34d4.zip | |
Remove triplet inclusion from the template portfile
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/templates/portfile.in.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake index 804d8d216..c848b6445 100644 --- a/scripts/templates/portfile.in.cmake +++ b/scripts/templates/portfile.in.cmake @@ -6,7 +6,6 @@ # CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} # -include(${CMAKE_TRIPLET_FILE}) include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/@ROOT_NAME@) vcpkg_download_distfile(ARCHIVE |
