diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2006-09-03 11:14:59 +0000 |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2006-09-03 11:14:59 +0000 |
commit | 593c57effe31b717c7545d24ca007a7f1fff6e15 (patch) | |
tree | 06f8ec1410d76640d58660ae5cc24b1682ff8c28 | |
parent | 39512cce47a7db826139e69d4c68c946e8c2a41a (diff) | |
download | extra-cmake-modules-593c57effe31b717c7545d24ca007a7f1fff6e15.tar.gz extra-cmake-modules-593c57effe31b717c7545d24ca007a7f1fff6e15.tar.bz2 |
don't break old behavior
svn path=/trunk/KDE/kdelibs/; revision=580364
-rw-r--r-- | modules/FindGNUWIN32.cmake | 2 |
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) |