Fix missing endif()
This commit is contained in:
parent
c19804bb95
commit
f62775de40
|
@ -962,6 +962,7 @@ include( ${wxWidgets_USE_FILE} )
|
||||||
|
|
||||||
if( ${wxWidgets_VERSION_STRING} VERSION_LESS 3.2 )
|
if( ${wxWidgets_VERSION_STRING} VERSION_LESS 3.2 )
|
||||||
message( FATAL_ERROR "wxWidgets 3.2.0 or greater is required" )
|
message( FATAL_ERROR "wxWidgets 3.2.0 or greater is required" )
|
||||||
|
endif()
|
||||||
|
|
||||||
if( MINGW )
|
if( MINGW )
|
||||||
# This needs to be on a separate line to protect against a broken FindWxWidgets.cmake in vcpkg
|
# This needs to be on a separate line to protect against a broken FindWxWidgets.cmake in vcpkg
|
||||||
|
|
Loading…
Reference in New Issue