summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_path/VALIDATOR-specify-macro.cmake
blob: 62b44ed6ce8fdeb59831370de0da9a149b112b7f (plain)
1
2
3
4
5

macro(CHECK result path)
endmacro()

find_path(result NAMES input.txt VALIDATOR check)