aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-04-20 19:17:58 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-04-20 19:17:58 +0000
commit3a1179333128e90342159ba67f59c59a81217957 (patch)
treeeca5b515cc62d65c9cb81478fc2c620aa73c9e7a
parent9fb1dafc24a158e308125d618f36b017c797004e (diff)
downloadextra-cmake-modules-3a1179333128e90342159ba67f59c59a81217957.tar.gz
extra-cmake-modules-3a1179333128e90342159ba67f59c59a81217957.tar.bz2
prefer win32libs over gnuwin32
svn path=/trunk/KDE/kdelibs/; revision=656247
-rw-r--r--modules/FindGNUWIN32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindGNUWIN32.cmake b/modules/FindGNUWIN32.cmake
index bbe5debb..d41af6f9 100644
--- a/modules/FindGNUWIN32.cmake
+++ b/modules/FindGNUWIN32.cmake
@@ -20,7 +20,7 @@ if(NOT GNUWIN32_DIR)
if(NOT GNUWIN32_DIR)
# search in the default program install folder
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles)
- find_file(GNUWIN32_DIR_tmp gnuwin32 win32libs
+ find_file(GNUWIN32_DIR_tmp win32libs gnuwin32
PATHS
"${_progFiles}"
"C:/" "D:/" "E:/" "F:/" "G:/"