aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSebastian Sauer <mail@dipe.org>2006-10-21 20:12:39 +0000
committerSebastian Sauer <mail@dipe.org>2006-10-21 20:12:39 +0000
commitc77e98a3be18de55f920e8ad520cf27198e92e08 (patch)
tree0c5d47a5a575b852a4c348f2093b33517f1acece /modules
parentb920726e9d0a581ac7379305947622b882c3283e (diff)
downloadextra-cmake-modules-c77e98a3be18de55f920e8ad520cf27198e92e08.tar.gz
extra-cmake-modules-c77e98a3be18de55f920e8ad520cf27198e92e08.tar.bz2
ah. revert parts of r597624 since it seems I got confused by the name win32libs which has
another meaning this days as it had on KDE3. @Christian does this finally fix the compile-prob with msvc I just introduced? btw, I also wonder that GnuWin32 is not marked as REQUIRED and is not mention at the kdelibs.com tutorial at all. Do we depend on it or not? CC_MAIL: Ch.Ehrlicher@gmx.de svn path=/trunk/KDE/kdelibs/; revision=597849
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 fde43d99..8b999d93 100644
--- a/modules/FindGNUWIN32.cmake
+++ b/modules/FindGNUWIN32.cmake
@@ -15,7 +15,7 @@ if(NOT GNUWIN32_DIR)
if(NOT GNUWIN32_DIR)
# search in the default program install folder
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles)
- find_file(GNUWIN32_DIR_tmp gnuwin32 kdewin32 win32libs
+ find_file(GNUWIN32_DIR_tmp gnuwin32 win32libs
PATHS
"${_progFiles}"
"C:/" "D:/" "E:/" "F:/" "G:/"