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}")
|