mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
ec519f3e97
Add a new CMP0175 policy to preserve backward compatibility for projects that were using unsupported keywords or arguments. Fixes: #26096, #21089, #18976
3 lines
53 B
CMake
3 lines
53 B
CMake
cmake_policy(SET CMP0175 OLD)
|
|
include(CMP0175.cmake)
|