diff --git a/CMakeLists.txt b/CMakeLists.txt index eec188d7..6d511107 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,10 @@ if (POLICY CMP0063) cmake_policy(SET CMP0063 NEW) endif() +if (POLICY CMP0071) + cmake_policy(SET CMP0071 NEW) +endif() + project(Grantlee) # Workaround for http://public.kitware.com/Bug/view.php?id=12301