Some fixes for dependency targets on Linux

This commit is contained in:
tamasmeszaros 2019-03-19 15:02:50 +01:00 committed by Vojtech Kral
parent 6c7120a291
commit e927c65c0a
3 changed files with 19 additions and 19 deletions

1
deps/CMakeLists.txt vendored
View file

@ -32,6 +32,7 @@ if (NPROC EQUAL 0)
endif ()
set(DESTDIR "${CMAKE_CURRENT_BINARY_DIR}/destdir" CACHE PATH "Destination directory")
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)