aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSebastian Sauer <mail@dipe.org>2006-10-21 03:20:56 +0000
committerSebastian Sauer <mail@dipe.org>2006-10-21 03:20:56 +0000
commit7d87c59aea815c6be72a6755bb288b56cf7849ad (patch)
tree7dcafc712d463e93279c037c04eb998bf660cd95 /modules
parenta7fdedd52f898bc55cc3293111c1186bf9019d0c (diff)
downloadextra-cmake-modules-7d87c59aea815c6be72a6755bb288b56cf7849ad.tar.gz
extra-cmake-modules-7d87c59aea815c6be72a6755bb288b56cf7849ad.tar.bz2
added temp info for ppl who may like to try to get it compiled under win/mingw.
svn path=/trunk/KDE/kdelibs/; revision=597625
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDEWIN32.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake
index 479df392..508d93af 100644
--- a/modules/FindKDEWIN32.cmake
+++ b/modules/FindKDEWIN32.cmake
@@ -13,6 +13,9 @@
if (WIN32)
+# temporary information
+message("NOTE: first try to 'cmake -G \"MinGW Makefiles\" ..\\kdelibs\\' will fail with an error in FindZLIB.cmake. Just retry and it works. The bug got reported and will hopefully be fixed in >cmake 2.4.3")
+
file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _program_FILES_DIR)
if(NOT QT4_FOUND)