Skip to content

cmake_minimum_required is lower than 3.5 #3

@TheNewsYorkTime

Description

@TheNewsYorkTime

I am trying to install mcpelauncher using the aur buildscripts however the version of cmake that is installed is not compatible with versions below 3.5 and thus is refusing to build. Could the cmake_minimum_required be updated to a more recent version?

https://aur.archlinux.org/packages/mcpelauncher-linux-git

  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.```

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