Skip to content

Update CMake version to 2.8.12 #74

@amaiorano

Description

@amaiorano

With CMake 3.22.1, when generating the project, CMake now outputs the following:

C:\code\cppdap\build>cmake ..
CMake Deprecation Warning at CMakeLists.txt:16 (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.

The current min version is set to 2.8. Can we bump it to 2.8.12 to get rid of this warning?

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