wsdfhjxc / virtual-desktop-bar

A pager panel widget for KDE Plasma
GNU General Public License v3.0
322 stars 29 forks source link

No project() command is present #27

Closed InCogNiTo124 closed 4 years ago

InCogNiTo124 commented 4 years ago

Hello, when I run the install script, I get this at the beginning of my output:

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.

Installation finished flawlessly

wsdfhjxc commented 4 years ago

Thanks for reporting.