mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
9 lines
206 B
CMake
9 lines
206 B
CMake
cmake_minimum_required(VERSION 3.29)
|
|
include(RunCMake)
|
|
|
|
run_cmake(CMP0091-OLD)
|
|
run_cmake(Default-CMP0162-NEW)
|
|
run_cmake(Default-CMP0162-WARN)
|
|
run_cmake(Explicit-CMP0162-NEW)
|
|
run_cmake(Explicit-CMP0162-OLD)
|