summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FPHSA/exact_0.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FPHSA: fix when requested or found version is exactly 0Rolf Eike Beer2014-10-071-0/+1
Until now it was checked with "if(VAR)", which will be false in case "0" is the content of the variable.