Unverified Commit 0400f76d authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

afsctool: fix build with CMake 4.x (#510234)

parents e280fbc4 a483b786
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
    hash = "sha256-cZ0P9cygj+5GgkDRpQk7P9z8zh087fpVfrYXMRRVUAI=";
  };

  cmakeFlags = [
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
  ];

  nativeBuildInputs = [
    pkg-config
    cmake