You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
301 B
11 lines
301 B
include(RunCMake)
|
|
set(RunCMake_IGNORE_POLICY_VERSION_DEPRECATION ON)
|
|
|
|
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)
|