diff options
author | Brad King <brad.king@kitware.com> | 2019-11-21 16:00:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-21 16:00:33 (GMT) |
commit | 2a2c890023c7cfc643d8390a07bffe7676556b32 (patch) | |
tree | a00c096aa8d40d2649299076fd34d59138bcdda2 | |
parent | d25d75687d3fe53ab19b61b5d671c83d8203f15c (diff) | |
parent | 84408ff4025b59f268e07bc368e97fe07252be2c (diff) | |
download | CMake-2a2c890023c7cfc643d8390a07bffe7676556b32.zip CMake-2a2c890023c7cfc643d8390a07bffe7676556b32.tar.gz CMake-2a2c890023c7cfc643d8390a07bffe7676556b32.tar.bz2 |
Merge topic 'FindwxWidgets-qt-debug' into release-3.16
84408ff402 FindwxWidgets: Find wxQt debug libraries
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4069
-rw-r--r-- | Modules/FindwxWidgets.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 12c68bb..798d19a 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 |