diff --git a/CMakeLists.txt b/CMakeLists.txt index eaebaa3c..48f48fa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3) PROJECT(PolyVox) diff --git a/INSTALL.txt b/INSTALL.txt index eed1285e..f413a304 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,7 +7,7 @@ Requirements To build PolyVox you need: -* `CMake `_ 2.6 or greater +* `CMake `_ 2.8.3 or greater * A C++ compiler with support for some C++0x features (GCC 4.3 or VC 2010 seem to work) With the following optional packages: @@ -51,7 +51,7 @@ The other available settings for PolyVox are: ``ENABLE_BINDINGS`` (``ON`` or ``OFF``) Should the Python bindings to PolyVox be built. This requires the Python development libraries and SWIG to be installed. Defaults to ``ON``. -``BUILD_STATIC_LIBRARIES`` and ``BUILD_DYNAMIC_LIBRARIES`` (``ON`` or ``OFF``) +``ENABLE_STATIC_LIBRARIES`` and ``ENABLE_DYNAMIC_LIBRARIES`` (``ON`` or ``OFF``) Choose whether static (``.a``) or dynamic libraries (``.so``) should be built. On Linux both are built by default. ``CMAKE_BUILD_TYPE`` (``Debug``, ``Release``, ``RelWithDebInfo`` or ``MinSizeRel``)