Warning, /frameworks/kdelibs4support/cmake/modules/FindPlasma.cmake is written in an unsupported language. File is not indexed.

0001 
0002 # FindPlasma.cmake was part of KDE 4.1, but Plasma itself didn't guarantee compatibility before 4.2,
0003 # so anything which relied on Plasma < 4.2 is broken anyway with KDE 4.2.
0004 # So since the package itself didn't keep compatibility, it doesn't make sense to provide
0005 # this file just to keep compatibility for the cmake part, this doesn't help anybody.
0006 # Especially now that plasma is part of kdelibs and as such the variables required 
0007 # for using plasma are set by FindKDE4Internal.cmake.
0008 # This file is not used anywhere in trunk/KDE/ anymore, 3rd party projects get a 
0009 # error message which tells them what to do, so we should be fine.
0010 # Alex
0011 #
0012 
0013 message(FATAL_ERROR "FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs and automatically found using find_package(KDE4) instead.
0014 Replace the variables previously coming from FindPlasma.cmake as follows:
0015 PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND
0016 PLASMA_LIBS -> KDE4_PLASMA_LIBS
0017 PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already set anyway
0018 PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer has been found.
0019 If you see this error message in a module within KDE/, update it from svn, it has been fixed already.
0020 ")