Skip to content

Commit

Permalink
Merge pull request #706 from microsoft/master
Browse files Browse the repository at this point in the history
[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (microsoft#19369)
  • Loading branch information
Jimmy-Hu authored Aug 10, 2021
2 parents fd067c2 + 69478c5 commit 04e1f3e
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 04e1f3e

Please sign in to comment.