File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -173,11 +173,6 @@ ENDIF(wxWidgets_FOUND)
173173
174174# Windows needs a compiled component for Boost.nowide
175175IF (WIN32 )
176- <<<<<<< HEAD
177- add_library (boost-nowide STATIC
178- ${LIBDIR} /boost/nowide/iostream.cpp
179- )
180- =======
181176 if (NOT BOOST_NOWIDE_FOUND)
182177 add_library (boost-nowide STATIC
183178 ${LIBDIR} /boost/nowide/iostream.cpp
@@ -189,7 +184,6 @@ IF (WIN32)
189184 target_link_libraries (slic3r boost-nowide)
190185 target_include_directories (boost-nowide PUBLIC ${COMMON_INCLUDES} )
191186 endif ()
192- >>>>>>> 1e5c482a5... Patch build to work on Boost 1.73 and older versions as well.
193187
194188 target_link_libraries (slic3r boost-nowide)
195189 target_link_libraries (extrude-tin boost-nowide)
You can’t perform that action at this time.
0 commit comments