FindwxWidgets.cmake: Report failure of wx-config when looking for components
This commit is contained in:
parent
4c29843813
commit
ff99b51b7d
|
@ -836,6 +836,7 @@ else()
|
|||
|
||||
else()
|
||||
set(wxWidgets_FOUND FALSE)
|
||||
DBG_MSG("${wxWidgets_CONFIG_EXECUTABLE} --libs ${wxWidgets_FIND_COMPONENTS} FAILED with RET=${RET}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue