mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
d54617d006
Reject break() without loop scope or any arguments. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
10 lines
250 B
CMake
10 lines
250 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0055-OLD-Out-of-Scope)
|
|
run_cmake(CMP0055-NEW-Out-of-Scope)
|
|
run_cmake(CMP0055-WARN-Out-of-Scope)
|
|
|
|
run_cmake(CMP0055-OLD-Reject-Arguments)
|
|
run_cmake(CMP0055-NEW-Reject-Arguments)
|
|
run_cmake(CMP0055-WARN-Reject-Arguments)
|