Skip to content

cmake_minimum_required(...) has a wrong version required #325

@woniua

Description

@woniua

In tag '0.15.2' and later, the cmake_minimum_required(...) is version 3.9 required in top level CMakeLists.txt, In this file, the funcion add_link_options(...) is invoked at line 251 and it`s news from CMAKE version 3.13.

Does the cmake_minimum_required(...) should correct into cmake_minimum_required(VERSION 3.13)?

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