diff options
author | Laurent Montel <montel@kde.org> | 2008-11-05 12:26:28 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2008-11-05 12:26:28 +0000 |
commit | 62abaeb6540872f26b143978bbd5ca3d865c7388 (patch) | |
tree | c433b0259f36bf6b127fba448d32b717cbc9bbdf | |
parent | 3d39f82870e8a1d4eea0c4c02473686a73a4890f (diff) | |
download | extra-cmake-modules-62abaeb6540872f26b143978bbd5ca3d865c7388.tar.gz extra-cmake-modules-62abaeb6540872f26b143978bbd5ca3d865c7388.tar.bz2 |
Minor fix
svn path=/trunk/KDE/kdelibs/; revision=880412
-rw-r--r-- | modules/FindPlasma.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake index fc724342..e204fc76 100644 --- a/modules/FindPlasma.cmake +++ b/modules/FindPlasma.cmake @@ -1,7 +1,5 @@ -# cmake macro to see if we have Plasma from KDE workspace - # PLASMA_INCLUDE_DIR -# PLASMA_FOUND +# PLASMA_LIBS # Copyright (C) 2007 Brad Hards <bradh@frogmouth.net> # # Redistribution and use is allowed according to the terms of the BSD license. |