-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Please add CMake 4.0 support. We need to update the first line of the CMakeLists.txt file from:
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
to
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
because CMake 4.0 has dropped the support for cmake version <3.5.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels