Finish moving lines into GUI section of cmake

This commit is contained in:
Joseph Lenox 2018-08-08 00:18:08 -05:00
parent 7cc190b22a
commit 5449c1a325

View File

@ -431,8 +431,6 @@ IF (WIN32)
) )
target_link_libraries(slic3r boost-nowide) target_link_libraries(slic3r boost-nowide)
# Windows findwxwidgets doesn't get everything needed for wxMSW
target_link_libraries(slic3r uxtheme)
# MinGW apparently has some multiple definitions of UUID-related items # MinGW apparently has some multiple definitions of UUID-related items
# deal with it. # deal with it.
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")