[cmake-commits] alex committed FindKDE4.cmake 1.6 1.7
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jan 30 15:43:27 EST 2007
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19421
Modified Files:
FindKDE4.cmake
Log Message:
STYLE: KDEDIR is deprecated and not used, so also document that KDEDIRS is
used instead
Alex
Index: FindKDE4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindKDE4.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- FindKDE4.cmake 23 Nov 2006 00:28:25 -0000 1.6
+++ FindKDE4.cmake 30 Jan 2007 20:43:25 -0000 1.7
@@ -1,12 +1,12 @@
# Find KDE4 and provide all necessary variables and macros to compile software for it.
# It looks for KDE 4 in the following directories in the given order:
# - CMAKE_INSTALL_PREFIX
-# - KDEDIR
+# - KDEDIRS
# - /opt/kde4
# - /opt/kde
#
# Please look in FindKDE4Internal.cmake and KDE4Macros.cmake for more information.
-# They are installed with the KDE 4 libraries in $KDEDIR/share/apps/cmake/modules/.
+# They are installed with the KDE 4 libraries in $KDEDIRS/share/apps/cmake/modules/.
#
# Author: Alexander Neundorf <neundorf at kde.org>
More information about the Cmake-commits
mailing list