Unverified Commit bb1d6c1c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

lean: fix build with CMake 4.0 (#450357)

parents b6bae5b8 4eb32662
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ stdenv.mkDerivation rec {

  cmakeDir = "../src";

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

  # Running the tests is required to build the *.olean files for the core
  # library.
  doCheck = true;