summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-09-12 10:54:52 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-09-12 10:54:52 -0500
commit0bdab3a5354ac5586748988b47e44e0421525b53 (patch)
treedf74a67cb3717d9a768a186a2ff824cafcbce92f
parent76c5e34341553861db7f001a66707f8476b31dfd (diff)
downloadlibresample-0bdab3a5354ac5586748988b47e44e0421525b53.tar.gz
libresample-0bdab3a5354ac5586748988b47e44e0421525b53.tar.xz
libresample-0bdab3a5354ac5586748988b47e44e0421525b53.zip
Require version 2.6 of CMake.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c21a6b..8e2c3cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required(VERSION 2.6)
project(libresample)
include(CheckIncludeFiles)
check_include_files(inttypes.h HAVE_INTTYPES_H)