mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-18 07:15:57 +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
|
poly2tri
|
||||||
ZipArchive
|
ZipArchive
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
|
${CMAKE_THREAD_LIBS_INIT}
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(wxWidgets_FOUND AND Enable_GUI)
|
IF(wxWidgets_FOUND AND Enable_GUI)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user