From 755012f51557449ed278f2900e2670b2986d6f3e Mon Sep 17 00:00:00 2001 From: Rob Sykes Date: Wed, 19 Aug 2015 20:03:02 +0100 Subject: [PATCH] quash cmake warning re CMP0022 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce4e14f..42bb752 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ # Licence for this file: LGPL v2.1 See LICENCE for details. cmake_minimum_required (VERSION 2.8 FATAL_ERROR) +cmake_policy (SET CMP0022 OLD) project (soxr C) set (DESCRIPTION_SUMMARY "High quality, one-dimensional sample-rate conversion library")