From d616bf3328eca31cb46b5d54e656b556dd513ed3 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 19 Nov 2017 13:22:38 -0500 Subject: CMakeLists.txt: remove old CMP0007 policy --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9a89fb7..7a6a86571 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ # This usage of CMake requires at least version 3.0 cmake_minimum_required(VERSION 3.0 FATAL_ERROR) -cmake_policy(SET CMP0007 OLD) cmake_policy(SET CMP0026 OLD) # Set the project as C++ primarily, but have C enabled for the checks required later -- cgit