From 4a1ece46884414114d1e55cce470e222d51f21ed Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 1 Jun 2017 19:33:30 -0500 Subject: [PATCH] Point to correct nowide-iostreams location on Windows. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b0991e327..0e013e432 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)