Updated CMake files with 'CMAKE_MINIMUM_REQUIRED(VERSION 2.6)'

Also slight change to the way boost is found.
This commit is contained in:
David Williams 2008-06-08 09:47:52 +00:00
parent ea5afbb846
commit 6fdbbc9b41

View File

@ -1,3 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(PolyVox)
SET(POLYVOX_VERSION_MAJOR "0")