Unverified Commit a5ca5632 authored by Michi's avatar Michi Committed by GitHub
Browse files

libtins: bump cmake minimum version to 3.10

parent 0d78bd07
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -45,8 +45,9 @@ stdenv.mkDerivation rec {
  ];

  cmakeFlags = [
    # See https://github.com/NixOS/nixpkgs/issues/445447
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
    # CMake 4 dropped support of versions lower than 3.5,
    # versions lower than 3.10 are deprecated.
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
  ];

  configureFlags = [