Skip to content

CMake 4.0 support #162

@snnn

Description

@snnn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions