safestringlib: fix minimum cmake version error

This commit is contained in:
Guy Chronister
2025-10-08 13:44:36 -05:00
parent c22e935920
commit 703d645eea
@@ -26,6 +26,7 @@ stdenv.mkDerivation {
cmakeFlags = [
(lib.cmakeBool "BUILD_UNITTESTS" true)
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
];
patches = [