aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-09-21 01:42:56 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-09-21 01:42:56 -0700
commit04f6c516ccfa144b316b976f242d243df4bf7c6e (patch)
treecb00adf99ddd3051645328e33e04226ad5159abd
parent417fe6633f848e0690b314582b1548cc6b0adc32 (diff)
downloadvcpkg-04f6c516ccfa144b316b976f242d243df4bf7c6e.tar.gz
vcpkg-04f6c516ccfa144b316b976f242d243df4bf7c6e.zip
[cppwinrt] Remove portfile.cmake
-rw-r--r--portfile.cmake18
1 files changed, 0 insertions, 18 deletions
diff --git a/portfile.cmake b/portfile.cmake
deleted file mode 100644
index b19d946b6..000000000
--- a/portfile.cmake
+++ /dev/null
@@ -1,18 +0,0 @@
-include(vcpkg_common_functions)
-find_program(GIT git)
-
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/cppwinrt-spring_2017_creators_update_for_vs_15.3)
-vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/Microsoft/cppwinrt/archive/spring_2017_creators_update_for_vs_15.3.tar.gz"
- FILENAME "cppwinrt-spring_2017_creators_update_for_vs_15.3.tar.gz"
- SHA512 6b8646270f69e3ebec13ed5fb46ed92236659d05
-)
-vcpkg_extract_source_archive(${ARCHIVE})
-
-# Put the licence file where vcpkg expects it
-file(COPY ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/cppwinrt/license.txt)
-file(RENAME ${CURRENT_PACKAGES_DIR}/share/cppwinrt/license.txt ${CURRENT_PACKAGES_DIR}/share/cppwinrt/copyright)
-
-# Copy the cppwinrt header files
-file(GLOB HEADER_FILES ${SOURCE_PATH}/10.0.14393.0/winrt/*)
-file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/winrt)