mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 03:30:39 -06:00
6 lines
167 B
CMake
6 lines
167 B
CMake
cmake_minimum_required(VERSION 3.31)
|
|
|
|
# Make sure a policy set differently by our includer is now correct.
|
|
cmake_policy(GET CMP0180 cmp)
|
|
check(CMP0180 "NEW" "${cmp}")
|