Skip to content

Commit

Permalink
Merge pull request #2318 from Tilka/wx301
Browse files Browse the repository at this point in the history
CMake: require wxWidgets 3.0.1 or newer
  • Loading branch information
comex committed Apr 23, 2015
2 parents 87a6371 + c4beec7 commit e4b5637
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,7 @@ if(NOT DISABLE_WX AND NOT ANDROID)
ERROR_QUIET
)
message("Found wxWidgets version ${wxWidgets_VERSION}")
if(UNIX)
set(wxMIN_VERSION "3.0.0")
endif()
set(wxMIN_VERSION "3.0.1")
if(${wxWidgets_VERSION} VERSION_LESS ${wxMIN_VERSION})
message("At least ${wxMIN_VERSION} is required; ignoring found version")
unset(wxWidgets_FOUND)
Expand Down

0 comments on commit e4b5637

Please sign in to comment.