diff options
author | Adam <Adam@anope.org> | 2017-11-19 13:22:38 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-11-19 13:22:38 -0500 |
commit | d616bf3328eca31cb46b5d54e656b556dd513ed3 (patch) | |
tree | 8df571a36c7b40cb60cb422114706acd056b82e4 | |
parent | b3c052b2fd9e581dd1c3bfebf47c132683659667 (diff) |
CMakeLists.txt: remove old CMP0007 policy
-rw-r--r-- | CMakeLists.txt | 1 |
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 |