intel / gmmlib

Other
158 stars 87 forks source link

CMakeLists.txt: add project in toplevel file #89

Closed ConiKost closed 2 years ago

ConiKost commented 3 years ago

If not present, current cmake will complain: 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.

Signed-off-by: Conrad Kostecki conikost@gentoo.org

heitbaum commented 2 years ago

Fixes #86

johnmach commented 2 years ago

Fixed in https://github.com/intel/gmmlib/commit/19963011a40afd62c2a90e54d750fc3c60482ab7