Files
CMake/Tests/RunCMake/FPHSA/empty_version.cmake
Andrea Pappacoda 8f50f135ae FPHSA: Improve error message when VERSION_VAR is empty or has been unset()
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
2022-09-07 10:11:06 -04:00

2 lines
32 B
CMake

find_package(Pseudo 1 REQUIRED)