From 8fc510e1f946208409bd8ba1159b2e19bf553909 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 24 Aug 2017 15:42:08 -0700 Subject: [highfive] Remove unneeded vcpkg_copy_pdbs() --- ports/highfive/portfile.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/highfive/portfile.cmake b/ports/highfive/portfile.cmake index 34d41ac1e..9fea72553 100644 --- a/ports/highfive/portfile.cmake +++ b/ports/highfive/portfile.cmake @@ -11,4 +11,3 @@ vcpkg_extract_source_archive(${ARCHIVE}) file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp") # Handle copyright file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/highfive RENAME copyright) -vcpkg_copy_pdbs() -- cgit v1.2.3