Merge pull request #285 from brainplot/cmake-fix

Add 'project' directive to the build script
pull/310/head
Vitaliy Filippov 2020-02-06 01:25:03 +03:00 committed by GitHub
commit ffb744a59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(grive2)
include(GNUInstallDirs)