index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
find_program
/
VALIDATOR-specify-macro.cmake
blob: 43bb9ec3104937b841ed8db208601e673e857079 (
plain
)
1
2
3
4
5
macro(CHECK result path) endmacro() find_program(result NAMES input.txt VALIDATOR check)