Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CMP0055
/
CMP0055-NEW-Reject-Arguments.cmake
blob: 52eaa6aa5376c5c4bb5a1710bc2f9ae2b3eadfc3 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0055 NEW
)
foreach
(
i RANGE
1
2
)
break
(
1
)
endforeach
()