Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. CMake Error at /usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:13 (message):
  2. FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs
  3. and automatically found using find_package(KDE4) instead.
  4.  
  5. Replace the variables previously coming from FindPlasma.cmake as follows:
  6.  
  7. PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND
  8.  
  9. PLASMA_LIBS -> KDE4_PLASMA_LIBS
  10.  
  11. PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already
  12. set anyway
  13.  
  14. PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer
  15. has been found.
  16.  
  17. If you see this error message in a module within KDE/, update it from svn,
  18. it has been fixed already.
Add Comment
Please, Sign In to add comment