Files
CMake/Tests/RunCMake/find_program/VALIDATOR-specify-macro.cmake
2022-06-14 16:17:46 -04:00

6 lines
91 B
CMake

macro(CHECK result path)
endmacro()
find_program(result NAMES input.txt VALIDATOR check)