deps: warn that wx-config can't be moved into another location

This commit is contained in:
Vojtech Kral 2018-12-03 10:48:06 +01:00
parent e1c90c83e8
commit 2bdb86c7ed
2 changed files with 8 additions and 4 deletions

3
deps/CMakeLists.txt vendored
View file

@ -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)