From 6fdbbc9b415f5b54d8238386bb90137977b0cae8 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 8 Jun 2008 09:47:52 +0000 Subject: [PATCH] Updated CMake files with 'CMAKE_MINIMUM_REQUIRED(VERSION 2.6)' Also slight change to the way boost is found. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cafc79d2..9cb5c9a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) + PROJECT(PolyVox) SET(POLYVOX_VERSION_MAJOR "0")