From 33cd1d948b63b34f720054c02d8ff55f7f4e3d2c Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 30 Dec 2016 16:44:48 +0100 Subject: [PATCH] cmake: don't force CMP0018 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d93906c..d5ddf96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ ############################################################################# cmake_minimum_required(VERSION 2.8) -cmake_policy(SET CMP0018 NEW) +#cmake_policy(SET CMP0018 NEW) include(CheckIncludeFiles) include(CheckFunctionExists)