From 820033c1528ae7e018ef66addde174173bc48490 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Oct 2019 19:11:05 -0400 Subject: cmake: drop old CMP0017 policy Doesn't seem like it's really needed. Newer versions of cmake will warn when it's seen at least. Lets drop it and see if anyone notices. Fixes #525. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 326c35a..fd951da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR) SET(PACKAGE GD) SET(PACKAGE_NAME GD) -CMAKE_POLICY(SET CMP0017 OLD) PROJECT(GD) SET(CMAKE_MODULE_PATH "${GD_SOURCE_DIR}/cmake/modules") -- cgit v1.2.1