Skip to content

Commit eae0584

Browse files
ipu6-camera-hal: fix build with cmake4 (#449406)
2 parents 885fd66 + aa338e3 commit eae0584

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/development/libraries/ipu6-camera-hal/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ stdenv.mkDerivation {
5454
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}"
5555
"-DCMAKE_INSTALL_SUB_PATH=${ipuTarget}"
5656
"-DCMAKE_INSTALL_LIBDIR=lib"
57+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
5758
];
5859

5960
NIX_CFLAGS_COMPILE = [

0 commit comments

Comments
 (0)