summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-10-18 20:05:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-10-18 20:05:09 +0200
commit878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9 (patch)
treeee425bb10df78563d249191853341c7e1a027c4c
parent3995adf7882a43d4c7c206a1c5335e3fdbc9c529 (diff)
downloadfastd-878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9.tar
fastd-878e6e10f3c7ea7a7090a0b2a4289b8d3eef57b9.zip
build: remove outdated CMake policy
We don't use the module replacements since "Remove gcc-{ar,nm,ranlib} hack" anymore.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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+")