Merge branch 'cmake-fixes' of https://github.com/MaartenBent/wxWidgets
CMake fixes including support for building wxGTK3 on Windows. See https://github.com/wxWidgets/wxWidgets/pull/768
This commit is contained in:
@@ -101,7 +101,12 @@ wx_option(wxUSE_ON_FATAL_EXCEPTION "catch signals in wxApp::OnFatalException")
|
||||
wx_option(wxUSE_CMDLINE_PARSER "use wxCmdLineParser class")
|
||||
wx_option(wxUSE_DATETIME "use wxDateTime class")
|
||||
wx_option(wxUSE_DEBUGREPORT "use wxDebugReport class")
|
||||
wx_option(wxUSE_DIALUP_MANAGER "use dialup network classes")
|
||||
if(APPLE)
|
||||
set(wxUSE_DIALUP_MANAGER_DEFAULT OFF)
|
||||
else()
|
||||
set(wxUSE_DIALUP_MANAGER_DEFAULT ON)
|
||||
endif()
|
||||
wx_option(wxUSE_DIALUP_MANAGER "use dialup network classes" ${wxUSE_DIALUP_MANAGER_DEFAULT})
|
||||
wx_option(wxUSE_DYNLIB_CLASS "use wxLibrary class for DLL loading")
|
||||
wx_option(wxUSE_DYNAMIC_LOADER "use (new) wxDynamicLibrary class")
|
||||
wx_option(wxUSE_EXCEPTIONS "build exception-safe library")
|
||||
|
Reference in New Issue
Block a user