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