Skip to content

Modernize CMake #35

@e-kwsm

Description

@e-kwsm

At the moment the minimum required version of CMake is set to 2.8, which is quite old.

cmake_minimum_required(VERSION 2.8)

CMake 3.20.2 raises the following warning:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions