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:
authorbubnikv <bubnikv@gmail.com>2018-09-19 18:55:17 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-19 18:55:17 +0300
commitd7f1c8670f6a26792008baaeaf638bf051f963ab (patch)
tree9415d4314fba1a5876caf66d1794380e46aba800 /src/CMakeLists.txt
parent6003005812ec68eab3b321107f7a6c1d4dbae935 (diff)
Removed wrong dependency on wxWidgets from libslic3r.
Added cmake message for WXWIN environment variable.
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 d2b79ae78..cf37a82c9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -64,6 +64,7 @@ endif ()
# Add the Slic3r GUI library, libcurl, OpenGL and GLU libraries.
if (SLIC3R_GUI)
+ message(STATUS "WXWIN environment set to: $ENV{WXWIN}")
find_package(wxWidgets REQUIRED COMPONENTS base core adv html gl)
include(${wxWidgets_USE_FILE})