mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
3092b14ed0
Avoid requiring tests for deprecated behavior to match the warnings explicitly.
7 lines
140 B
CMake
7 lines
140 B
CMake
include(RunCMake)
|
|
set(RunCMake_IGNORE_POLICY_VERSION_DEPRECATION ON)
|
|
|
|
run_cmake(CMP0019-WARN)
|
|
run_cmake(CMP0019-OLD)
|
|
run_cmake(CMP0019-NEW)
|