mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 10:45:54 +08:00
Ensure that the threading library is a dependency of libslic3r and is linked
This commit is contained in:
parent
d5f33fa87a
commit
1f6440f7bb
@ -303,6 +303,7 @@ set(LIBSLIC3R_DEPENDS
|
||||
poly2tri
|
||||
ZipArchive
|
||||
${Boost_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
||||
IF(wxWidgets_FOUND AND Enable_GUI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user