cmake: don't force CMP0018

This commit is contained in:
Hugues Delorme 2016-12-30 16:44:48 +01:00
parent fcdc4bf6b3
commit 33cd1d948b

View File

@ -28,7 +28,7 @@
#############################################################################
cmake_minimum_required(VERSION 2.8)
cmake_policy(SET CMP0018 NEW)
#cmake_policy(SET CMP0018 NEW)
include(CheckIncludeFiles)
include(CheckFunctionExists)