Cmake export tests: Add the die-message to the diestack() param.

Spotted by Scott.
This commit is contained in:
Kornel Benko 2017-10-26 22:43:24 +02:00
parent d5ec6356b8
commit 6720a8ca7c

View File

@ -255,8 +255,7 @@ sub interpretedCopy($$$$)
else {
if (! -e "$f") {
# Non relative (e.g. with absolute path) file should exist
print "File $f not found\n";
diestack("");
diestack("File \"$f\" not found, while parsing \"$source\"");
}
}
}