Skip to content

Build failure with cmake-4.0 #103

@yarda

Description

@yarda

The cmake-4.0 dropped policies for < 3.5, so the cmake_minimum_required needs to be updated to either version 3.5 or newer, or interval needs to be added there, e.g.:

cmake_minimum_required(VERSION 2.8...4.0 FATAL_ERROR)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions