gammu: add cmakeFlags for CMake >= 3.5
This commit is contained in:
@@ -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")
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user