libresprite: fix build against CMake >= 3.5 (#449869)
This commit is contained in:
@@ -70,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DWITH_DESKTOP_INTEGRATION=ON"
|
"-DWITH_DESKTOP_INTEGRATION=ON"
|
||||||
"-DWITH_WEBP_SUPPORT=ON"
|
"-DWITH_WEBP_SUPPORT=ON"
|
||||||
|
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = lib.optional stdenv.hostPlatform.isDarwin "format";
|
hardeningDisable = lib.optional stdenv.hostPlatform.isDarwin "format";
|
||||||
|
|||||||
Reference in New Issue
Block a user