Files
nixpkgs/pkgs/development/libraries/qjson
Clément 07f6c62288 qjson: fix build failure with cmake 4
- CMake 4 is no longer retro compatible with versions < 3.5
- Policy CMP0053 may not be set to OLD behavior because this version of CMake
  no longer supports it.  The policy was introduced in CMake version 3.1.0,
  and use of NEW behavior is now required.
2025-10-18 17:49:05 -07:00
..