safestringlib: fix minimum cmake version error (#450023)
This commit is contained in:
@@ -26,6 +26,7 @@ stdenv.mkDerivation {
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "BUILD_UNITTESTS" true)
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user