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.
master
Mike Frysinger 2019-10-26 19:11:05 -04:00
parent d19cf8354c
commit 820033c152
1 changed files with 0 additions and 1 deletions

View File

@ -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")