diff options
Diffstat (limited to 'ports/assimp')
| -rw-r--r-- | ports/assimp/portfile.cmake | 5 |
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 |
