mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
60473cc660
Fixes: #19660
6 lines
147 B
CMake
6 lines
147 B
CMake
|
|
set (REASON_FAILURE_MESSAGE "Reason Failure")
|
|
set (CustomMessage_NOT_FOUND_MESSAGE "Not Found Message")
|
|
|
|
find_package(CustomMessage 1.2 REQUIRED)
|