summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FPHSA/custom_message_3.cmake
blob: 203e012ca2306c5ce0267674318815fab7569dfc (plain)
1
2
3
4
5

set (REASON_FAILURE_MESSAGE "Reason Failure")
set (CustomMessage_NOT_FOUND_MESSAGE "Not Found Message")

find_package(CustomMessage 1.2 REQUIRED)