From 593c57effe31b717c7545d24ca007a7f1fff6e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Sun, 3 Sep 2006 11:14:59 +0000 Subject: don't break old behavior svn path=/trunk/KDE/kdelibs/; revision=580364 --- modules/FindGNUWIN32.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1