Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
PDBDirectoryAndName
/
check_pdbs.cmake
blob: 89cdb3c72a8afb9c176739e934d1a398b082307e [
file
] [
log
] [
blame
]
if
(
NOT
"${config}"
MATCHES
"[Dd][Ee][Bb]"
)
return
()
endif
()
foreach
(
pdb $
{
pdbs
})
if
(
EXISTS
"${pdb}"
)
message
(
STATUS
"PDB Exists: ${pdb}"
)
else
()
message
(
SEND_ERROR
"PDB MISSING: ${pdb}"
)
endif
()
endforeach
()