Skip to content

Commit bfa2b93

Browse files
author
ahlers
committed
removed merge conflict
1 parent 41019e2 commit bfa2b93

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ ENDIF(wxWidgets_FOUND)
173173

174174
# Windows needs a compiled component for Boost.nowide
175175
IF (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)

0 commit comments

Comments
 (0)