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
path: root/deps
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-12-03 12:48:06 +0300
committerVojtech Kral <vojtech@kral.hk>2018-12-03 12:48:59 +0300
commit2bdb86c7ed2d621334653db67e2a2b17edd0f71c (patch)
tree31044832594a56a732da1ec3e765c7f3946d9b6a /deps
parente1c90c83e83615d26bd16838dd2eae079cd8619b (diff)
deps: warn that wx-config can't be moved into another location
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index e2c525480..8f98e0bda 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -15,6 +15,9 @@
# On Windows, architecture (64 vs 32 bits) is judged based on the compiler variant.
# To build dependencies for either 64 or 32 bit OS, use the respective compiler command line.
#
+# WARNING: On UNIX platforms wxWidgets hardcode the destdir path into its `wx-conffig` utility,
+# therefore, unfortunatelly, the installation cannot be copied/moved elsewhere without re-installing wxWidgets.
+#
project(Slic3r-deps)
cmake_minimum_required(VERSION 3.2)