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
/
CMP0055
/
CMP0055-OLD-Reject-Arguments.cmake
blob: d8fdddf10c013ebdaa699486e4ddc4b82a676655 (
plain
)
1
2
3
4
5
6
cmake_policy(SET CMP0055 OLD) foreach(i RANGE 1 2) break(1) endforeach()