mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
30313aa721
Add a policy to diagnose condition errors in a compatible way. Fixes: #23296
3 lines
60 B
CMake
3 lines
60 B
CMake
cmake_policy(SET CMP0130 NEW)
|
|
include(CMP0130-common.cmake)
|