Merge pull request #6498 from jonaski/cmake

Add project to CMakeLists
This commit is contained in:
John Maguire 2020-01-05 00:26:09 +00:00 committed by GitHub
commit b7dc883a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
project(clementine)
cmake_minimum_required(VERSION 2.8.11)
cmake_policy(SET CMP0011 OLD)
cmake_policy(SET CMP0053 OLD)