FindwxWidgets.cmake: Report failure of wx-config when looking for components

This commit is contained in:
Simon Richter 2016-02-15 18:50:49 +01:00
parent 4c29843813
commit ff99b51b7d
1 changed files with 1 additions and 0 deletions

View File

@ -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()