From 878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 18 Oct 2017 20:05:09 +0200 Subject: build: remove outdated CMake policy We don't use the module replacements since "Remove gcc-{ar,nm,ranlib} hack" anymore. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c9c61a..87965f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ cmake_minimum_required(VERSION 2.8.8) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -cmake_policy(SET CMP0017 OLD) # Prefer modules in our module directory project(FASTD C ASM) set(FASTD_VERSION "v18+") -- cgit v1.2.3