Skip to content

Commit

Permalink
[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (#19369)
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 authored Aug 10, 2021
1 parent be45664 commit 69478c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_copy_pdbs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 69478c5

Please sign in to comment.