[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (#19369)

This commit is contained in:
myd7349 2021-08-11 01:00:29 +08:00 committed by GitHub
parent be456649fd
commit 69478c5caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ function(vcpkg_copy_pdbs)
set(ENV{VSLANG} "${vslang_backup}")
if(NOT unmatched_dlls_length STREQUAL "")
if(NOT dlls_without_matching_pdbs STREQUAL "")
list(JOIN dlls_without_matching_pdbs "\n " message)
message(WARNING "Could not find a matching pdb file for:
${message}\n")