CMake/Tests/RunCMake/FPHSA/exact_0.cmake
Rolf Eike Beer ba907f7dc2 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.
2014-10-07 23:14:46 +02:00

2 lines
38 B
CMake

find_package(Pseudo 0 EXACT REQUIRED)