diff options
author | Sebastian Sauer <mail@dipe.org> | 2006-10-20 23:23:23 +0000 |
---|---|---|
committer | Sebastian Sauer <mail@dipe.org> | 2006-10-20 23:23:23 +0000 |
commit | 93228fbd4ad1712926c690564b39bc7cb9aa2b81 (patch) | |
tree | b4fade606802205342254941dfdf8fffa15ad540 | |
parent | aa5b265e4c7f4fe93fd2581e71b9519e3ccf346b (diff) | |
download | extra-cmake-modules-93228fbd4ad1712926c690564b39bc7cb9aa2b81.tar.gz extra-cmake-modules-93228fbd4ad1712926c690564b39bc7cb9aa2b81.tar.bz2 |
added TODO for later to don't forget about it.
svn path=/trunk/KDE/kdelibs/; revision=597608
-rw-r--r-- | modules/FindKDE4Internal.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
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") |