From d55a4b37629c5826adcf7cc3989913a10e9719ab Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 20 Oct 2015 08:01:50 +0200 Subject: cmake: add osx policy to make it shutup --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ee925b0..36ffbfb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ endif() if(POLICY CMP0028) cmake_policy(SET CMP0028 OLD) endif() +if(POLICY CMP0042) + cmake_policy(SET CMP0042 NEW) +endif() include(CMakeParseArguments) -- cgit v1.2.3