Ensure that the threading library is a dependency of libslic3r and is linked

This commit is contained in:
Joseph Lenox 2018-08-05 21:23:24 -05:00
parent d5f33fa87a
commit 1f6440f7bb

View File

@ -303,6 +303,7 @@ set(LIBSLIC3R_DEPENDS
poly2tri
ZipArchive
${Boost_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
IF(wxWidgets_FOUND AND Enable_GUI)