aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cmake/files/patch-Modules_FindwxWidgets.cmake')
-rw-r--r--devel/cmake/files/patch-Modules_FindwxWidgets.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cmake/files/patch-Modules_FindwxWidgets.cmake b/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
index 8c9eb6c1aee..d8337737259 100644
--- a/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
+++ b/devel/cmake/files/patch-Modules_FindwxWidgets.cmake
@@ -4,8 +4,8 @@
#-----------------------------------------------------------------
# Support cross-compiling, only search in the target platform.
find_program(wxWidgets_CONFIG_EXECUTABLE
-- NAMES wx-config wx-config-3.0 wx-config-2.9 wx-config-2.8
-+ NAMES $ENV{WX_CONFIG} wx-config wx-config-3.0 wx-config-2.9 wx-config-2.8
+- NAMES wx-config wx-config-3.1 wx-config-3.0 wx-config-2.9 wx-config-2.8
++ NAMES $ENV{WX_CONFIG} wx-config-3.1 wx-config wx-config-3.0 wx-config-2.9 wx-config-2.8
DOC "Location of wxWidgets library configuration provider binary (wx-config)."
ONLY_CMAKE_FIND_ROOT_PATH
)