diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-25 22:57:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-11-25 22:57:30 (GMT) |
commit | 5e84aca2f18c5a078fc24677d95f850f4f83ba66 (patch) | |
tree | 0b87e13e639b0dadacb22fef8e3dc71e3baecbe3 | |
parent | 3c6d30e4abf415e19ba2b995ebe87c9e988ac554 (diff) | |
download | CMake-5e84aca2f18c5a078fc24677d95f850f4f83ba66.zip CMake-5e84aca2f18c5a078fc24677d95f850f4f83ba66.tar.gz CMake-5e84aca2f18c5a078fc24677d95f850f4f83ba66.tar.bz2 |
Change priorities
-rw-r--r-- | Modules/FindwxWindows.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake index 76bb9bb..f330ee6 100644 --- a/Modules/FindwxWindows.cmake +++ b/Modules/FindwxWindows.cmake @@ -10,8 +10,8 @@ IF(WIN32) SET (WXWINDOWS_POSSIBLE_LIB_PATHS - "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/lib" $ENV{WXWIN}/lib + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/lib" ) FIND_LIBRARY(WXWINDOWS_STATIC_LIBRARY @@ -25,8 +25,8 @@ IF(WIN32) ) SET (WXWINDOWS_POSSIBLE_INCLUDE_PATHS - "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/include" $ENV{WXWIN}/include + "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\wxWindows_is1;Inno Setup: App Path]/include" ) FIND_PATH(WXWINDOWS_INCLUDE_PATH |