gammu: add cmakeFlags for CMake >= 3.5

This commit is contained in:
Fabian Affolter
2025-10-08 16:39:00 +02:00
parent 59f9c6722b
commit dc6177da78
+1
View File
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
];
cmakeFlags = [
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
# Fix build with CMake 4
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
];