mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
60473cc660
Fixes: #19660
6 lines
132 B
CMake
6 lines
132 B
CMake
|
|
unset (REASON_FAILURE_MESSAGE)
|
|
set (CustomMessage_NOT_FOUND_MESSAGE "Not Found Message")
|
|
|
|
find_package(CustomMessage 1.2 REQUIRED)
|