mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05: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)
|