mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
It did not always contain all macros. We have `if(COMMAND)` now instead. Add policy CMP0217 for compatibility. Fixes: #27765
5 lines
65 B
CMake
5 lines
65 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0217-OLD)
|
|
run_cmake(CMP0217-NEW)
|