From da380e005356f26090606fd7ea2f85aaa858bd5d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 18 Nov 2016 21:22:34 +0100 Subject: Set policy for CMP0063 to avoid a warning. See #162. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d83db5b..19c0f28 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,6 @@ cmake_minimum_required(VERSION 2.8) +cmake_policy(SET CMP0063 NEW) + set(LIBRARY "libcmark") set(STATICLIBRARY "libcmark_static") set(HEADERS -- cgit v1.2.3