prusa-slicer: fix build with cmake 4 (#448473)

This commit is contained in:
K900
2025-10-04 12:49:21 +03:00
committed by GitHub
@@ -187,6 +187,9 @@ stdenv.mkDerivation (finalAttrs: {
"-DSLIC3R_FHS=1"
"-DSLIC3R_GTK=3"
"-DCMAKE_CXX_FLAGS=-DBOOST_LOG_DYN_LINK"
# there is many different min versions set accross different
# Find*.cmake files, substituting them all is not viable
"-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
];
postInstall = ''