Dominic
2b9cd5ceb7
Currently fails to launch with $ superslicer superslicer: symbol lookup error: superslicer: undefined symbol: _ZN3tbb6detail2r127get_thread_reference_vertexEPNS0_2d126wait_tree_vertex_interfaceE
17 lines
420 B
Diff
17 lines
420 B
Diff
diff --git a/src/occt_wrapper/CMakeLists.txt b/src/occt_wrapper/CMakeLists.txt
|
|
index bde365264f..feea9ae66d 100644
|
|
--- a/src/occt_wrapper/CMakeLists.txt
|
|
+++ b/src/occt_wrapper/CMakeLists.txt
|
|
@@ -27,11 +27,7 @@ elseif (OpenCASCADE_VERSION VERSION_GREATER_EQUAL 8.0.0)
|
|
endif ()
|
|
|
|
set(OCCT_LIBS
|
|
- TKXDESTEP
|
|
- TKSTEP
|
|
- TKSTEP209
|
|
- TKSTEPAttr
|
|
- TKSTEPBase
|
|
+ TKDESTEP
|
|
TKXCAF
|
|
TKXSBase
|
|
TKVCAF
|