From 09334981885478b8b9642755d981481dbd832c30 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 1 Feb 2018 13:49:59 -0800 Subject: [PATCH] [boost] copy pdbs --- ports/boost-build/boost-modular-build.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/boost-build/boost-modular-build.cmake b/ports/boost-build/boost-modular-build.cmake index a67dde31c..57505dbea 100644 --- a/ports/boost-build/boost-modular-build.cmake +++ b/ports/boost-build/boost-modular-build.cmake @@ -270,4 +270,6 @@ function(boost_modular_build) file(RENAME ${DIRECTORY_OF_LIB_FILE}/${OLD_FILENAME} ${DIRECTORY_OF_LIB_FILE}/${NEW_FILENAME}) endif() endforeach() + + vcpkg_copy_pdbs() endfunction()