You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a range for CMake minimum versions, 3.2...3.12: support CMake 4.0
CMake 4.0 drops support for CMake <3.5, so minimum versions need to be
adjusted for forward compatibility. Since CMake <3.10 is already
deprecated, and 3.12 is the first “modern” CMake release, let’s support
policy versions up to 3.12.
https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
0 commit comments