summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-11-19 13:22:38 -0500
committerAdam <Adam@anope.org>2017-11-19 13:22:38 -0500
commitd616bf3328eca31cb46b5d54e656b556dd513ed3 (patch)
tree8df571a36c7b40cb60cb422114706acd056b82e4 /CMakeLists.txt
parentb3c052b2fd9e581dd1c3bfebf47c132683659667 (diff)
CMakeLists.txt: remove old CMP0007 policy
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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