From 5606f4addcbbf89416c4f72b51cb9e9b6d47150e Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Sat, 18 Nov 2017 11:24:43 +0200 Subject: [PATCH] cmake: set CMP0058 to NEW --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1a45f9..f7cfb96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ ### project(laminar) cmake_minimum_required(VERSION 2.8) +cmake_policy(SET CMP0058 NEW) set(CMAKE_INCLUDE_CURRENT_DIR ON)