From e0dae1c6b77abb480817cfa471bb0f18cfa7ea9b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 17 Mar 2008 23:11:15 +0000 Subject: [PATCH] New CMake throws an error if you don't add this line. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cd5d111..00437e0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,8 @@ # Please refer to LICENSE.txt in the root directory of the source # distribution for licensing details. +CMAKE_MINIMUM_REQUIRED(VERSION 2.4) + PROJECT(Toby) SET(TOBY_VERSION 0.1)