From 0bdab3a5354ac5586748988b47e44e0421525b53 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 12 Sep 2008 10:54:52 -0500 Subject: Require version 2.6 of CMake. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit