summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Sturdy <craig.sturdy@geoteric.com>2019-11-20 13:39:15 +0000
committerBrad King <brad.king@kitware.com>2019-11-20 10:06:15 -0500
commit84408ff4025b59f268e07bc368e97fe07252be2c (patch)
treea00c096aa8d40d2649299076fd34d59138bcdda2
parentd25d75687d3fe53ab19b61b5d671c83d8203f15c (diff)
downloadcmake-84408ff4025b59f268e07bc368e97fe07252be2c.tar.gz
FindwxWidgets: Find wxQt debug libraries
Extend the change from commit fe54989fcd (FindwxWidgets: Add support for wxQt, 2019-11-12, v3.16.0-rc4~12^2~1) to also find debug-enabled libs.
-rw-r--r--Modules/FindwxWidgets.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake
index 12c68bb66f..798d19a76f 100644
--- a/Modules/FindwxWidgets.cmake
+++ b/Modules/FindwxWidgets.cmake
@@ -517,6 +517,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
find_path(wxWidgets_LIB_DIR
NAMES
qtu/wx/setup.h
+ qtud/wx/setup.h
msw/wx/setup.h
mswd/wx/setup.h
mswu/wx/setup.h
@@ -543,6 +544,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
find_path(wxWidgets_LIB_DIR
NAMES
qtu/wx/setup.h
+ qtud/wx/setup.h
msw/wx/setup.h
mswd/wx/setup.h
mswu/wx/setup.h