diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2008-08-08 20:53:38 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2008-08-08 20:53:38 +0000 |
commit | 2186f87998b7a1d8f1d87809eb8fb758f0843507 (patch) | |
tree | 268c5c22c4775122511172d35661a22b0fcba3a2 | |
parent | feebc3c9de4b839403de3c96d86822eeaf6d4182 (diff) | |
download | extra-cmake-modules-2186f87998b7a1d8f1d87809eb8fb758f0843507.tar.gz extra-cmake-modules-2186f87998b7a1d8f1d87809eb8fb758f0843507.tar.bz2 |
updated doc
svn path=/trunk/KDE/kdelibs/; revision=844128
-rw-r--r-- | modules/FindKDEWIN32.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index 79c66dc6..d22a85a7 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -7,7 +7,7 @@ # KDEWIN32_LIBRARIES - The libraries needed to use KDEWIN32 # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> -# Copyright (c) 2007, Ralf Habacker, <ralf.habacker@freenet.de> +# Copyright (c) 2007-2008, Ralf Habacker, <ralf.habacker@freenet.de> # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. @@ -41,8 +41,6 @@ if (WIN32) NO_SYSTEM_ENVIRONMENT_PATH ) - # kdelibs/win/ has to be built before the rest of kdelibs/ - # eventually it will be moved out from kdelibs/ if (KDEWIN32_LIBRARY AND KDEWIN32_INCLUDE_DIR) set(KDEWIN32_FOUND TRUE) # add needed system libs |