diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-31 12:34:04 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-31 12:34:04 -0700 |
| commit | 71594b6bef76b3510265cf508b24d9221ceede4b (patch) | |
| tree | 64007d5e3d4bc26bc5e8f14ca09f406f6990e5fd /ports/libccd | |
| parent | 600e11d83cc8d66dc15f871ffa0b973978871910 (diff) | |
| download | vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.tar.gz vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.zip | |
Remove portfile branching of vcpkg_copy_pdbs()
Diffstat (limited to 'ports/libccd')
| -rw-r--r-- | ports/libccd/portfile.cmake | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ports/libccd/portfile.cmake b/ports/libccd/portfile.cmake index 5b99d6c42..67eda1ccb 100644 --- a/ports/libccd/portfile.cmake +++ b/ports/libccd/portfile.cmake @@ -25,10 +25,6 @@ vcpkg_configure_cmake( vcpkg_install_cmake() -if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - vcpkg_copy_pdbs() -endif() - # Avoid a copy of file in debug file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) @@ -41,4 +37,6 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/ccd) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/pkgconfig) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/ccd) -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig)
\ No newline at end of file +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig) + +vcpkg_copy_pdbs()
\ No newline at end of file |
