This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
726e461b38
CMake
/
Tests
/
RunCMake
/
FPHSA
/
exact_0.cmake
2 lines
38 B
CMake
Raw
Normal View
History
Unescape
Escape
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-08 00:46:11 +04:00
find_package
(
Pseudo
0
EXACT
REQUIRED
)