Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-03-25 17:50:07 +0300
committerVojtech Kral <vojtech@kral.hk>2019-03-25 17:50:57 +0300
commitba66f34c4572beae3600a8557f89435ceaac2f5f (patch)
treef61eba658be394d02868eccb4ffd86945803d37d /src/CMakeLists.txt
parentaca2ffcdfbefecf00437d89a965d1ccdade567e6 (diff)
Build: Add an option to choose GTK version on Linux, fix #1937
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index aae3436ae..a6ae94391 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -60,6 +60,7 @@ if (SLIC3R_GUI)
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
+ set (wxWidgets_CONFIG_OPTIONS "--toolkit=gtk${SLIC3R_GTK}")
if (SLIC3R_WX_STABLE)
find_package(wxWidgets 3.0 REQUIRED COMPONENTS base core adv html gl)
else ()