collada-dom: fix build against CMake >= 3.10 (#449740)

This commit is contained in:
Fernando Rodrigues
2025-10-08 03:03:19 +00:00
committed by GitHub
+5
View File
@@ -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.";