Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #627 from lioncash/wx-deps
CMakeLists: Increment the minimum required version of wxWidgets
  • Loading branch information
neobrain committed Jul 16, 2014
2 parents 57a4bfb + e34f7f1 commit 6937f7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit 6937f7c

Please sign in to comment.