aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2021-08-11 01:00:29 +0800
committerGitHub <noreply@github.com>2021-08-10 10:00:29 -0700
commit69478c5caafcde4c490bb1fccb960296801dbb5f (patch)
treec73144e615d761ecb9ad3c58835297eb15579d85 /scripts
parentbe456649fd835f6d2d676b81886fb6a58d5b52da (diff)
downloadvcpkg-69478c5caafcde4c490bb1fccb960296801dbb5f.tar.gz
vcpkg-69478c5caafcde4c490bb1fccb960296801dbb5f.zip
[vcpkg-cmake] Fix vcpkg_copy_pdbs false alarm (#19369)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_copy_pdbs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_copy_pdbs.cmake b/scripts/cmake/vcpkg_copy_pdbs.cmake
index 60335255a..7e5c81e6d 100644
--- a/scripts/cmake/vcpkg_copy_pdbs.cmake
+++ b/scripts/cmake/vcpkg_copy_pdbs.cmake
@@ -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")