Unverified Commit c1013413 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

safestringlib: fix minimum cmake version error (#450023)

parents 17226a35 703d645e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ stdenv.mkDerivation {

  cmakeFlags = [
    (lib.cmakeBool "BUILD_UNITTESTS" true)
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
  ];

  patches = [