Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. cmake -DCMAKE_INSTALL_PREFIX=/home/austin ..
  2.  
  3. CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (MESSAGE):
  4. ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  5. /home/austin/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
  6. Call Stack (most recent call first):
  7. CMakeLists.txt:7 (find_package)
  8.  
  9.  
  10. CMake Warning (dev) in CMakeLists.txt:
  11. No cmake_minimum_required command is present. A line of code such as
  12.  
  13. cmake_minimum_required(VERSION 2.8)
  14.  
  15. should be added at the top of the file. The version specified may be lower
  16. if you wish to support older CMake versions for this project. For more
  17. information run "cmake --help-policy CMP0000".
  18. This warning is for project developers. Use -Wno-dev to suppress it.
  19.  
  20. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement