Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/15354


Change subject: [cmake] add project(Kudu) to avoid warning
......................................................................

[cmake] add project(Kudu) to avoid warning

Once switching to cmake 3.16.4, the following warning started to appear
(at least when building on Ubuntu 18.04):

  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 patch adds project() command, exactly as instructed.

Change-Id: Ie8ac913520644690561af073609d58ac320faa51
---
M CMakeLists.txt
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/15354/1
--
To view, visit http://gerrit.cloudera.org:8080/15354
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie8ac913520644690561af073609d58ac320faa51
Gerrit-Change-Number: 15354
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to