mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
721d8b192a
Use heuristics to select a reasonable value. Add policy CMP0162 to provide compatibility with existing projects. Fixes: #25327
3 lines
81 B
CMake
3 lines
81 B
CMake
cmake_policy(SET CMP0091 OLD)
|
|
include(Default-CMP0162-NEW.cmake NO_POLICY_SCOPE)
|