The code ``` if (${CMAKE_MINIMUM_REQUIRED_VERSION} VERSION_GREATER_EQUAL "3.10.0") message(FATAL_ERROR "Remove this condition") ``` in the ROOT CMakeLists introduced in #6605 breaks the CMake configuration if another package sets a higher minimum version.
The code
in the ROOT CMakeLists introduced in #6605 breaks the CMake configuration if another package sets a higher minimum version.