- Update to version 2.5.0 * Arachne perimeter generator * Lightning infill * Pressure equalizer * STEP file import * various smaller features and bugfixes * Big changelog since v2.4.2, most changes decribed in alpha and beta release notes: https://github.com/prusa3d/PrusaSlicer/releases OBS-URL: https://build.opensuse.org/request/show/1032196 OBS-URL: https://build.opensuse.org/package/show/science/PrusaSlicer?expand=0&rev=50
21 lines
693 B
Diff
21 lines
693 B
Diff
Index: PrusaSlicer-version_2.5.0/src/occt_wrapper/CMakeLists.txt
|
|
===================================================================
|
|
--- PrusaSlicer-version_2.5.0.orig/src/occt_wrapper/CMakeLists.txt
|
|
+++ PrusaSlicer-version_2.5.0/src/occt_wrapper/CMakeLists.txt
|
|
@@ -19,7 +19,7 @@ include(GenerateExportHeader)
|
|
|
|
generate_export_header(OCCTWrapper)
|
|
|
|
-find_package(OpenCASCADE 7.6.2 REQUIRED)
|
|
+find_package(OpenCASCADE 7.6.3 REQUIRED)
|
|
|
|
set(OCCT_LIBS
|
|
TKXDESTEP
|
|
@@ -56,5 +56,5 @@ target_link_libraries(OCCTWrapper ${OCCT
|
|
|
|
include(GNUInstallDirs)
|
|
|
|
-install(TARGETS OCCTWrapper DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
|
+install(TARGETS OCCTWrapper DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|
|
|