blob: 47ee294e159010851ee2dc2560a503d3ae6e2dd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Modules/FindwxWidgets.cmake.orig 2010-06-28 19:15:57.000000000 +0400
+++ ./Modules/FindwxWidgets.cmake 2010-07-06 02:06:02.277945209 +0400
@@ -689,7 +689,7 @@
# UNIX: Start actual work.
#-----------------------------------------------------------------
# Support cross-compiling, only search in the target platform.
- find_program(wxWidgets_CONFIG_EXECUTABLE wx-config
+ find_program(wxWidgets_CONFIG_EXECUTABLE NAMES $ENV{WX_CONFIG} wx-config
ONLY_CMAKE_FIND_ROOT_PATH
)
|