aboutsummaryrefslogtreecommitdiff
path: root/ports/assimp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-31 12:34:04 -0700
commit71594b6bef76b3510265cf508b24d9221ceede4b (patch)
tree64007d5e3d4bc26bc5e8f14ca09f406f6990e5fd /ports/assimp
parent600e11d83cc8d66dc15f871ffa0b973978871910 (diff)
downloadvcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.tar.gz
vcpkg-71594b6bef76b3510265cf508b24d9221ceede4b.zip
Remove portfile branching of vcpkg_copy_pdbs()
Diffstat (limited to 'ports/assimp')
-rw-r--r--ports/assimp/portfile.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/assimp/portfile.cmake b/ports/assimp/portfile.cmake
index fd6cc1c0c..e53384ff1 100644
--- a/ports/assimp/portfile.cmake
+++ b/ports/assimp/portfile.cmake
@@ -36,6 +36,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
file(COPY ${CURRENT_BUILDTREES_DIR}/src/assimp-3.3.1/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/assimp)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/assimp/LICENSE ${CURRENT_PACKAGES_DIR}/share/assimp/copyright)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- vcpkg_copy_pdbs()
-endif() \ No newline at end of file
+
+vcpkg_copy_pdbs() \ No newline at end of file