New parameter DEP_WX_GTK3=on/off to build wxWidgets against GTK3.

This commit is contained in:
Vojtech Bubnik 2020-04-02 11:42:45 +02:00
parent a6fe16c612
commit b578b7ec87
2 changed files with 8 additions and 1 deletions

1
deps/CMakeLists.txt vendored
View file

@ -35,6 +35,7 @@ set(DESTDIR "${CMAKE_CURRENT_BINARY_DIR}/destdir" CACHE PATH "Destination direct
option(DEP_DEBUG "Build debug variants (only applicable on Windows)" ON)
option(DEP_WX_STABLE "Build against wxWidgets stable 3.0 as opposed to default 3.1 (Linux only)" OFF)
option(DEP_WX_GTK3 "Build wxWidgets against GTK3" OFF)
# On developer machines, it can be enabled to speed up compilation and suppress warnings coming from IGL.
# FIXME: