← Back to team overview

kicad-developers team mailing list archive

[PATCH 18/19] FindwxWidgets.cmake: Report failure of wx-config when looking for components

 

---
 CMakeModules/FindwxWidgets.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeModules/FindwxWidgets.cmake b/CMakeModules/FindwxWidgets.cmake
index f6ff9ab..31c9ae3 100644
--- a/CMakeModules/FindwxWidgets.cmake
+++ b/CMakeModules/FindwxWidgets.cmake
@@ -834,6 +834,7 @@ else()
 
       else()
         set(wxWidgets_FOUND FALSE)
+        DBG_MSG("${wxWidgets_CONFIG_EXECUTABLE} --libs ${wxWidgets_FIND_COMPONENTS} FAILED with RET=${RET}")
       endif()
     endif()
 

Follow ups

References