mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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 )
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user