From fe17d715fc775cd5228d886ddc7289b9f922acf4 Mon Sep 17 00:00:00 2001 From: Gianluca Recchia Date: Wed, 30 Oct 2019 17:37:11 +0100 Subject: [PATCH] Add 'project' directive to the build script --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 951d874..a78aa84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 2.8) +project(grive2) include(GNUInstallDirs) @@ -12,4 +13,3 @@ add_definitions( -D_FILE_OFFSET_BITS=64 -std=c++0x ) add_subdirectory( systemd ) add_subdirectory( libgrive ) add_subdirectory( grive ) - \ No newline at end of file