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-02-06 11:21:13 +0300
committerVojtech Kral <vojtech@kral.hk>2019-02-06 11:23:20 +0300
commit6ab6829b8d291237935c79cef31b7f0944aa3d48 (patch)
treeb9cc548157f3c6a9b2487b6f053ca10c3c84ee11 /src/CMakeLists.txt
parent72d85261fba98303c508d93eab177f45f1e020e5 (diff)
doc: Add SLIC3R_WX_STABLE to Linux build doc #1779
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d0c53db7e..b38ae3665 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -65,7 +65,8 @@ if (SLIC3R_GUI)
else ()
find_package(wxWidgets 3.1 QUIET COMPONENTS base core adv html gl)
if (NOT wxWidgets_FOUND)
- message(FATAL_ERROR "\nCould not find wxWidgets 3.1.\nHint: On Linux you can set -DSLIC3R_WX_STABLE=1 to use wxWidgets 3.0")
+ message(FATAL_ERROR "\nCould not find wxWidgets 3.1.\n"
+ "Hint: On Linux you can set -DSLIC3R_WX_STABLE=1 to use wxWidgets 3.0\n")
endif ()
endif ()
else ()