aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2006-08-12 09:55:18 +0000
committerPeter Kümmel <syntheticpp@gmx.net>2006-08-12 09:55:18 +0000
commit8f5d21fa6e27a09840ca59e37f7250b3947b2a36 (patch)
tree115316f6930bfc039b46b277d34b14b1bc05722e /modules
parent1c13ffda7d17a8085200c4f9733e3d61eb601ce9 (diff)
downloadextra-cmake-modules-8f5d21fa6e27a09840ca59e37f7250b3947b2a36.tar.gz
extra-cmake-modules-8f5d21fa6e27a09840ca59e37f7250b3947b2a36.tar.bz2
also search for Christian's win32libs in %PragramFiles%\win32libs\; http://www.abi-neuhaus.de/chris/win32libs
svn path=/trunk/KDE/kdelibs/; revision=572315
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 8b1b15a6..320ca8e7 100644
--- a/modules/FindGNUWIN32.cmake
+++ b/modules/FindGNUWIN32.cmake
@@ -2,7 +2,7 @@ if (WIN32)
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles)
-find_file(GNUWIN32_DIR gnuwin32
+find_file(GNUWIN32_DIR gnuwin32 win32libs PATHS
${_progFiles}
"C:/"
)