From 5449c1a3250a153f65882372adf4525594e8c737 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Wed, 8 Aug 2018 00:18:08 -0500 Subject: [PATCH] Finish moving lines into GUI section of cmake --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54a267c43..7f6226804 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -431,8 +431,6 @@ IF (WIN32) ) 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 # deal with it. if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")