Unverified Commit e8106ae1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cppcms: fix build with cmake4 (#475613)

parents 8180f2c0 35788858
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-aXAxx9FB/dIVxr5QkLZuIQamO7PlLwnugSDo78bAiiE=";
  };

  postPatch = ''
    substituteInPlace {,booster/}CMakeLists.txt \
      --replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)"
  '';

  nativeBuildInputs = [
    cmake
    python3