aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:56:57 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:56:57 -0700
commit0957ff5d4930890a410ec213c9fda7e07af2d57a (patch)
tree0e7b5658a32c9a7eb0763458094b54f8567670ea
parente69e5ad81d91198cfa1a871587a81b069007a02d (diff)
downloadvcpkg-0957ff5d4930890a410ec213c9fda7e07af2d57a.tar.gz
vcpkg-0957ff5d4930890a410ec213c9fda7e07af2d57a.zip
[asio] Remove vcpkg_copy_pdbs() call from header-only lib
-rw-r--r--ports/asio/portfile.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake
index 9c53f2995..de9b671aa 100644
--- a/ports/asio/portfile.cmake
+++ b/ports/asio/portfile.cmake
@@ -14,4 +14,3 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/asio/COPYING ${CURRENT_PACKAGES_DIR}/s
# Copy the asio header files
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR} FILES_MATCHING PATTERN "*.hpp" PATTERN "*.ipp")
-vcpkg_copy_pdbs()