mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 23:57:44 +00:00
06f61c26cf
Add policy CMP0059 to cover this change. The property has been deprecated since CMake 2.4 anyway. This will help clean up cmMakefile -- the DefineFlagsOrig member should not need to exist.
6 lines
89 B
CMake
6 lines
89 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0059-OLD)
|
|
run_cmake(CMP0059-NEW)
|
|
run_cmake(CMP0059-WARN)
|