cmake/Tests/RunCMake/FPHSA/custom_message_2.cmake

6 lines
132 B
CMake
Raw Normal View History

2020-02-01 23:06:01 +01:00
unset (REASON_FAILURE_MESSAGE)
set (CustomMessage_NOT_FOUND_MESSAGE "Not Found Message")
find_package(CustomMessage 1.2 REQUIRED)