Quellcode durchsuchen

Merge topic 'FindwxWidgets-rel-and-dbg' into release-3.16

a5bb08a8c0 FindwxWidgets: Fix finding both release and debug libs

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4079
Brad King vor 6 Jahren
Ursprung
Commit
99f0881d8c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Modules/FindwxWidgets.cmake

+ 1 - 1
Modules/FindwxWidgets.cmake

@@ -649,7 +649,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
         # Find wxWidgets libraries.
         WX_FIND_LIBS("${PF}" "${UNV}" "${UCD}" "${DBG}")
         if(WX_USE_REL_AND_DBG)
-          WX_FIND_LIBS("${UNV}" "${UCD}" "d")
+          WX_FIND_LIBS("${PF}" "${UNV}" "${UCD}" "d")
         endif()
 
         # Settings for requested libs (i.e., include dir, libraries, etc.).