Dana
6 天以前 537f4895dc9b428e13c550be7f41275a6a4882b8
1
2
3
4
5
6
7
8
9
10
11
12
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as
 
    project(ProjectName)
 
  near the top of the file, but after cmake_minimum_required().
 
  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.