mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 13:49:02 +08:00
Point to correct nowide-iostreams location on Windows.
This commit is contained in:
parent
5493f4b0a6
commit
4a1ece4688
@ -157,7 +157,7 @@ ENDIF(wxWidgets_FOUND)
|
||||
# Windows needs a compiled component for Boost.nowide
|
||||
IF (WIN32)
|
||||
add_library(boost-nowide STATIC
|
||||
${LIBDIR}/boost/iostream.cpp
|
||||
${LIBDIR}/boost/nowide/iostream.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(slic3r boost-nowide)
|
||||
|
Loading…
x
Reference in New Issue
Block a user