collada-dom: fix build against CMake >= 3.10

This commit is contained in:
Michi
2025-10-08 02:43:00 +02:00
committed by GitHub
parent 04bd2c1dba
commit e14188e181
+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.";