-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.```Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels