summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FPHSA/custom_message_2.cmake
blob: a3f2d969bcc826609ed285e78f854d326474d13c (plain)
1
2
3
4
5

unset (REASON_FAILURE_MESSAGE)
set (CustomMessage_NOT_FOUND_MESSAGE "Not Found Message")

find_package(CustomMessage 1.2 REQUIRED)