Skip to content

Get minimum required Cmake version correct #66

@springmeyer

Description

@springmeyer

In the CMakeLists.txt we have:

cmake_minimum_required(VERSION 3.8)

But we've never verified that 3.8 is actually needed for the features used in the CMakeLists.txt. Ideally if we don't use features requiring 3.8 we could drop this version down to make it less likely a developer would need to upgrade cmake on their system.

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