mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Merge pull request #627 from lioncash/wx-deps
CMakeLists: Increment the minimum required version of wxWidgets
This commit is contained in:
commit
6937f7cbde
@ -681,10 +681,8 @@ if(NOT DISABLE_WX AND NOT ANDROID)
|
||||
ERROR_QUIET
|
||||
)
|
||||
message("Found wxWidgets version ${wxWidgets_VERSION}")
|
||||
if(UNIX AND NOT APPLE)
|
||||
set(wxMIN_VERSION "2.9.3")
|
||||
else()
|
||||
set(wxMIN_VERSION "2.9.4")
|
||||
if(UNIX)
|
||||
set(wxMIN_VERSION "3.0.0")
|
||||
endif()
|
||||
if(${wxWidgets_VERSION} VERSION_LESS ${wxMIN_VERSION})
|
||||
message("At least ${wxMIN_VERSION} is required; ignoring found version")
|
||||
|
Loading…
Reference in New Issue
Block a user