mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[cpprestsdk] Only run vcpkg_copy_pdbs() when building dynamically
This commit is contained in:
parent
6bf915335a
commit
65a49cf85f
@ -32,5 +32,7 @@ file(INSTALL
|
||||
${SOURCE_PATH}/license.txt
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpprestsdk RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
vcpkg_copy_pdbs()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user