Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. CMake Warning (dev) in CMakeLists.txt:
  2. No cmake_minimum_required command is present. A line of code such as
  3.  
  4. cmake_minimum_required(VERSION 2.8)
  5.  
  6. should be added at the top of the file. The version specified may be lower
  7. if you wish to support older CMake versions for this project. For more
  8. information run "cmake --help-policy CMP0000".
  9. This warning is for project developers. Use -Wno-dev to suppress it.
  10.  
  11. -- Configuring incomplete, errors occurred!
  12. make: *** No targets specified and no makefile found. Stop.
  13. make: *** No rule to make target `install'. Stop.
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement