diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2014-10-07 20:46:11 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2014-10-07 21:14:46 (GMT) |
commit | ba907f7dc21163df29872a221dfeae18379319c6 (patch) | |
tree | 6c37e933157d3112107f2b2887c57973dc669588 /Tests/RunCMake/FPHSA/exact_0-result.txt | |
parent | 4f9bf4468bd5bcd48be080fa0bc736ebb9df4769 (diff) | |
download | CMake-ba907f7dc21163df29872a221dfeae18379319c6.zip CMake-ba907f7dc21163df29872a221dfeae18379319c6.tar.gz CMake-ba907f7dc21163df29872a221dfeae18379319c6.tar.bz2 |
FPHSA: fix when requested or found version is exactly 0
Until now it was checked with "if(VAR)", which will be false in case "0" is the
content of the variable.
Diffstat (limited to 'Tests/RunCMake/FPHSA/exact_0-result.txt')
-rw-r--r-- | Tests/RunCMake/FPHSA/exact_0-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/FPHSA/exact_0-result.txt b/Tests/RunCMake/FPHSA/exact_0-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/FPHSA/exact_0-result.txt @@ -0,0 +1 @@ +1 |