mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
ba907f7dc2
Until now it was checked with "if(VAR)", which will be false in case "0" is the content of the variable.
2 lines
38 B
CMake
2 lines
38 B
CMake
find_package(Pseudo 0 EXACT REQUIRED)
|