Unverified Commit a3ba392c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

gammu: fix build with cmake4 (#449714)

parents 1a71b7fc d367f810
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -44,6 +44,11 @@ stdenv.mkDerivation rec {
    cmake
  ];

  cmakeFlags = [
    # Fix build with CMake 4
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
  ];

  strictDeps = true;

  buildInputs = [