Unverified Commit e14188e1 authored by Michi's avatar Michi Committed by GitHub
Browse files

collada-dom: fix build against CMake >= 3.10

parent 04bd2c1d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,6 +36,11 @@ stdenv.mkDerivation (finalAttrs: {
    readline
  ];

  cmakeFlags = [
    # See https://github.com/NixOS/nixpkgs/issues/445447
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
  ];

  meta = {
    description = "API that provides a C++ object representation of a COLLADA XML instance document";
    longDescription = "This is a fork of [rdiankov/collada-dom](https://github.com/rdiankov/collada-dom) which has been unmaintained for six years.";