Fix missing endif()

This commit is contained in:
Seth Hillbrand 2023-08-23 15:23:04 -07:00
parent c19804bb95
commit f62775de40
1 changed files with 1 additions and 0 deletions

View File

@ -962,6 +962,7 @@ include( ${wxWidgets_USE_FILE} )
if( ${wxWidgets_VERSION_STRING} VERSION_LESS 3.2 )
message( FATAL_ERROR "wxWidgets 3.2.0 or greater is required" )
endif()
if( MINGW )
# This needs to be on a separate line to protect against a broken FindWxWidgets.cmake in vcpkg