Skip to content

Minimum cmake version is too low #104

Closed
@godbyk

Description

@godbyk

The minimum cmake version required is currently set to 2.8.5. However, the target_include_directories command (found in src/lib_json/CMakeLists.txt lines 53 and 60) requires at least cmake version 2.8.11.

The first occurrence (line 53) was recently worked around by a pull request (commit 8dd32e1), but the second occurrence still causes problems for folks using cmake versions between 2.8.5 and 2.8.10.

Options to resolve this are to either increase the minimum cmake version required (see CMakeLists.txt, line 1) or add a workaround to line 60 in src/lib_json/CMakeLists.txt.

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