From 93228fbd4ad1712926c690564b39bc7cb9aa2b81 Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Fri, 20 Oct 2006 23:23:23 +0000 Subject: added TODO for later to don't forget about it. svn path=/trunk/KDE/kdelibs/; revision=597608 --- modules/FindKDE4Internal.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 03d37923..263afe30 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -517,6 +517,11 @@ if (WIN32) # windows, mingw if(MINGW) + #TODO use find_library + move such things either to FindKDEWIN32.cmake since it works with + #the kdewin32-package only anyway or have it direct with the Find*.cmake files (what could + #provide a problem for e.g. FindJPEG.cmake since I am pretty sure cmake.org does not like + #to take over our propably temporary workarounds). + # FindZLIB.cmake set(ZLIB_INCLUDE_DIR ${KDEWIN32_INCLUDES}) set(ZLIB_LIBRARY "${KDEWIN32_LIBRARIES}/zlib.lib") -- cgit v1.2.1