CMakeLists: Increment the minimum required version of wxWidgets

This commit is contained in:
Lioncash 2014-07-14 19:04:38 -04:00
parent c2cdc93515
commit e34f7f112d

View File

@ -681,10 +681,8 @@ if(NOT DISABLE_WX AND NOT ANDROID)
ERROR_QUIET ERROR_QUIET
) )
message("Found wxWidgets version ${wxWidgets_VERSION}") message("Found wxWidgets version ${wxWidgets_VERSION}")
if(UNIX AND NOT APPLE) if(UNIX)
set(wxMIN_VERSION "2.9.3") set(wxMIN_VERSION "3.0.0")
else()
set(wxMIN_VERSION "2.9.4")
endif() endif()
if(${wxWidgets_VERSION} VERSION_LESS ${wxMIN_VERSION}) if(${wxWidgets_VERSION} VERSION_LESS ${wxMIN_VERSION})
message("At least ${wxMIN_VERSION} is required; ignoring found version") message("At least ${wxMIN_VERSION} is required; ignoring found version")