diff --git a/CMakeLists.txt b/CMakeLists.txt index 15cf068b9..fb81877d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ project(clementine) cmake_minimum_required(VERSION 3.0.0) -cmake_policy(SET CMP0011 OLD) cmake_policy(SET CMP0053 OLD) include(CheckCXXCompilerFlag) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7253b485b..3527ebafe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -52,7 +52,6 @@ if(HAVE_SPOTIFY) include_directories(${CMAKE_BINARY_DIR}/ext/libclementine-spotifyblob) endif(HAVE_SPOTIFY) -cmake_policy(SET CMP0011 NEW) include(../cmake/ParseArguments.cmake) if(HAVE_TRANSLATIONS)