diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2006-08-12 12:04:22 +0000 |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2006-08-12 12:04:22 +0000 |
commit | c61a19229ae69f3bc24d03ebd8eb4f89139b0c68 (patch) | |
tree | 69bd92bd54077fd6b69adfa5bde1a44827d2f67f | |
parent | 8f5d21fa6e27a09840ca59e37f7250b3947b2a36 (diff) | |
download | extra-cmake-modules-c61a19229ae69f3bc24d03ebd8eb4f89139b0c68.tar.gz extra-cmake-modules-c61a19229ae69f3bc24d03ebd8eb4f89139b0c68.tar.bz2 |
also search for Christian's win32libs at c:,d:,e:,f:,g:
svn path=/trunk/KDE/kdelibs/; revision=572365
-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 320ca8e7..f618b074 100644 --- a/modules/FindGNUWIN32.cmake +++ b/modules/FindGNUWIN32.cmake @@ -4,7 +4,7 @@ file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles) find_file(GNUWIN32_DIR gnuwin32 win32libs PATHS ${_progFiles} - "C:/" + "C:/" "D:/" "E:/" "F:/" "G:/" ) if (GNUWIN32_DIR) |