diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 11:56:57 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 11:56:57 -0700 |
| commit | 0957ff5d4930890a410ec213c9fda7e07af2d57a (patch) | |
| tree | 0e7b5658a32c9a7eb0763458094b54f8567670ea | |
| parent | e69e5ad81d91198cfa1a871587a81b069007a02d (diff) | |
| download | vcpkg-0957ff5d4930890a410ec213c9fda7e07af2d57a.tar.gz vcpkg-0957ff5d4930890a410ec213c9fda7e07af2d57a.zip | |
[asio] Remove vcpkg_copy_pdbs() call from header-only lib
| -rw-r--r-- | ports/asio/portfile.cmake | 1 |
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() |
