Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <robs@users.sourceforge.net>2015-08-19 22:03:02 +0300
committerRob Sykes <robs@users.sourceforge.net>2015-08-19 22:03:02 +0300
commit755012f51557449ed278f2900e2670b2986d6f3e (patch)
tree5dbcb31828c9f8b1d02ba19dc58c0dfb2ce490b2
parent18c2829a753fc36183391e46a776915bf0363b51 (diff)
quash cmake warning re CMP0022
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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")