Skip to content

Upgrade old cmake_minimum_versions #373

@moritz-meier

Description

@moritz-meier

There are some cmake_minimum_required(VERSION 3.3) in the source, that are not supported anymore by the current cmake releases (e.g. 4.1.2).

AFAIK replacing all occurrences of cmake_minimum_required(VERSION 3.3) with cmake_minimum_required(VERSION 3.15) works.

for example:
find . -type f -print0 | xargs -0 sed -i "s/cmake_minimum_required(VERSION 3\.3)/cmake_minimum_required(VERSION 3.15)/"

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