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_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)