From c77e98a3be18de55f920e8ad520cf27198e92e08 Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Sat, 21 Oct 2006 20:12:39 +0000 Subject: 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 --- modules/FindGNUWIN32.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:/" -- cgit v1.2.1