diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b6a232..3a18240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 2.6) +# Retain the old CMP0012 policy +cmake_policy(SET CMP0012 OLD) + # Define a single cmake project project(kenlm)