Remove errant phoenix message when disabled
This commit is contained in:
parent
7b7e4e1ae5
commit
45d58fbefc
|
@ -848,9 +848,11 @@ if( UNIX AND NOT APPLE AND KICAD_SCRIPTING_WXPYTHON )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message( STATUS "Found ${WXPYTHON_FLAVOR} "
|
if( WXPYTHON_FLAVOR )
|
||||||
"${WXPYTHON_VERSION}/${WXPYTHON_TOOLKIT} "
|
message( STATUS "Found wxPython ${WXPYTHON_FLAVOR} "
|
||||||
"(wxWidgets ${WXPYTHON_WXVERSION})" )
|
"${WXPYTHON_VERSION}/${WXPYTHON_TOOLKIT} "
|
||||||
|
"(wxWidgets ${WXPYTHON_WXVERSION})" )
|
||||||
|
endif()
|
||||||
|
|
||||||
#
|
#
|
||||||
# Find wxWidgets library, required
|
# Find wxWidgets library, required
|
||||||
|
|
Loading…
Reference in New Issue