diff --git a/CMakeLists.txt b/CMakeLists.txt index 702298029..15cc4d34c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +project(clementine) + cmake_minimum_required(VERSION 2.8.11) cmake_policy(SET CMP0011 OLD) cmake_policy(SET CMP0053 OLD)