Unverified Commit 62083ec6 authored by Ashish SHUKLA's avatar Ashish SHUKLA
Browse files

libsignal-protocol-c: fix build with cmake 4

parent c9b6fb79
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -21,7 +21,10 @@ stdenv.mkDerivation rec {

  buildInputs = [ openssl ];

  cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" ];
  cmakeFlags = [
    "-DBUILD_SHARED_LIBS=ON"
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
  ];

  outputs = [
    "out"