From b8a4468e421343c98381698a46bd9b1dc2582d14 Mon Sep 17 00:00:00 2001 From: kdavis-mozilla Date: Mon, 24 Sep 2018 14:27:39 +0200 Subject: [PATCH] Retain old CMP0012 policy --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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)