Package Details: interception-uswitch 0.2.0-1

Git Clone URL: https://aur.archlinux.org/interception-uswitch.git (read-only, click to copy)
Package Base: interception-uswitch
Description: uswitch: an Interception Tools tool to redirect stdin to a muxer if logged user matches
Upstream URL: https://gitlab.com/interception/linux/plugins/uswitch
Licenses: MIT
Submitter: pepper_chico
Maintainer: pepper_chico
Last Packager: pepper_chico
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-12 19:58 (UTC)
Last Updated: 2021-06-27 00:00 (UTC)

Latest Comments

piquer commented on 2025-11-21 12:54 (UTC) (edited on 2025-11-21 13:05 (UTC) by piquer)

This package fails to build with

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  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.

Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the cmake command as suggested fixes the build.

Upstream ticket: https://gitlab.com/interception/linux/plugins/caps2esc/-/issues/33