Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:5 (init_target):
  2. Unknown CMake command "init_target".
  3.  
  4.  
  5. CMake Warning (dev) in CMakeLists.txt:
  6. No cmake_minimum_required command is present. A line of code such as
  7.  
  8. cmake_minimum_required(VERSION 3.13)
  9.  
  10. should be added at the top of the file. The version specified may be lower
  11. if you wish to support older CMake versions for this project. For more
  12. information run "cmake --help-policy CMP0000".
  13. This warning is for project developers. Use -Wno-dev to suppress it.
  14.  
  15. Configuring incomplete, errors occurred!
  16. See also "D:/third-party-software/websocketpp/examples/echo_server/build/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement