mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
8f50f135ae
Previously, when `VERSION_VAR` is set but empty, FPHSA emitted a confusing error message, saying that the package was found but of an unsuitable version "". Fix the error message to state that the package was not found. Fixes: #23807
2 lines
32 B
CMake
2 lines
32 B
CMake
find_package(Pseudo 1 REQUIRED)
|