quash cmake warning re CMP0022

master
Rob Sykes 2015-08-19 20:03:02 +01:00
parent 18c2829a75
commit 755012f515
1 changed files with 1 additions and 0 deletions

View File

@ -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")