Skip to content

ROOT CMake fails if an external package sets a higher minimum CMake version #8280

Description

@davidrohr

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.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions