diff --git a/CMakeLists.txt b/CMakeLists.txt index 5226ef775..494dff413 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 2.6) -cmake_policy(VERSION 2.8.0) +cmake_policy(VERSION 2.8.12) +cmake_policy(SET CMP0043 NEW) # For VERSION < 3.3 +cmake_policy(SET CMP0058 NEW) # For VERSION < 3.3 project(client)