aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2006-09-03 11:14:59 +0000
committerPeter Kümmel <syntheticpp@gmx.net>2006-09-03 11:14:59 +0000
commit593c57effe31b717c7545d24ca007a7f1fff6e15 (patch)
tree06f8ec1410d76640d58660ae5cc24b1682ff8c28 /modules
parent39512cce47a7db826139e69d4c68c946e8c2a41a (diff)
downloadextra-cmake-modules-593c57effe31b717c7545d24ca007a7f1fff6e15.tar.gz
extra-cmake-modules-593c57effe31b717c7545d24ca007a7f1fff6e15.tar.bz2
don't break old behavior
svn path=/trunk/KDE/kdelibs/; revision=580364
Diffstat (limited to 'modules')
-rw-r--r--modules/FindGNUWIN32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindGNUWIN32.cmake b/modules/FindGNUWIN32.cmake
index 7f810481..3260a3af 100644
--- a/modules/FindGNUWIN32.cmake
+++ b/modules/FindGNUWIN32.cmake
@@ -11,7 +11,7 @@ if(NOT GNUWIN32_DIR)
find_file(GNUWIN32_DIR gnuwin32 win32libs
PATHS
"${_progFiles}"
- "C:/"
+ "C:/" "D:/" "E:/" "F:/" "G:/"
)
endif(NOT GNUWIN32_DIR)
endif(NOT GNUWIN32_DIR)