mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06:00
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)
|