Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / find_file / VALIDATOR-specify-macro.cmake
1
2 macro(CHECK result path)
3 endmacro()
4
5 find_file(result NAMES input.txt VALIDATOR check)