-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Closed
Labels
Milestone
Description
CMake 4 raised minimum compatible version to CMake 3.5.
See https://gitlab.kitware.com/cmake/cmake/-/issues/26698 and https://gitlab.kitware.com/cmake/cmake/-/issues/26613
Currently, there's minimum version of CMake being set at 2.8
opencv/cmake/OpenCVGenPkgconfig.cmake
Line 113 in 8566930
| cmake_minimum_required(VERSION 2.8.12.2) |
This breaks compilation.
Reactions are currently unavailable