From 97a203f3e7d97218ab7191d100f170c39c165e4a Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Jan 27 2024 21:03:09 +0000 Subject: Disable the STEP file support for now. Workaround error: Installed (but unpackaged) file(s) found: /usr/bin/OCCTWrapper.so /usr/lib/debug/usr/bin/OCCTWrapper.so-2.5.0-1.fc40.x86_64.debug --- diff --git a/prusa-slicer.spec b/prusa-slicer.spec index 6e789f4..856cf04 100644 --- a/prusa-slicer.spec +++ b/prusa-slicer.spec @@ -316,7 +316,7 @@ commit "Disable voronoi test" # -DSLIC3R_FHS=1 - Enable FHS layout instead of installing things into the resources directory # -DSLIC3R_WX_STABLE=1 - Allow use of wxGTK version 3.0 instead of 3.1. %cmake -DSLIC3R_PCH=0 -DSLIC3R_FHS=1 -DSLIC3R_WX_STABLE=1 -DSLIC3R_GTK=3 \ - -DSLIC3R_BUILD_TESTS=1 -DCMAKE_BUILD_TYPE=Release \ + -DSLIC3R_BUILD_TESTS=1 -DCMAKE_BUILD_TYPE=Release -DSLIC3R_ENABLE_FORMAT_STEP=0 \ %if %{with perltests} -DSLIC3R_PERL_XS=1 %endif