From 71594b6bef76b3510265cf508b24d9221ceede4b Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 31 Oct 2016 12:34:04 -0700 Subject: Remove portfile branching of vcpkg_copy_pdbs() --- ports/cpprestsdk/portfile.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ports/cpprestsdk') diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index c10f2b065..ed0a2176b 100644 --- a/ports/cpprestsdk/portfile.cmake +++ b/ports/cpprestsdk/portfile.cmake @@ -32,7 +32,5 @@ file(INSTALL ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpprestsdk RENAME copyright) -if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - vcpkg_copy_pdbs() -endif() +vcpkg_copy_pdbs() -- cgit v1.2.3