mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (#19369)
This commit is contained in:
parent
be456649fd
commit
69478c5caa
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user