Browse Source

Require at least CMake 2.8.9.

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
c19d2ee755
  1. 2
      CMakeLists.txt
  2. 2
      README.md
  3. 2
      doc/building.dox

2
CMakeLists.txt

@ -23,7 +23,7 @@
# DEALINGS IN THE SOFTWARE. # DEALINGS IN THE SOFTWARE.
# #
cmake_minimum_required(VERSION 2.8.8) cmake_minimum_required(VERSION 2.8.9)
project(Magnum) project(Magnum)
# Find Corrade first so we can check on the target # Find Corrade first so we can check on the target

2
README.md

@ -89,7 +89,7 @@ Minimal dependencies
>= 3.1. On Windows you can use **MinGW**. GCC 4.6, 4.5, 4.4 and **MSVC** >= 3.1. On Windows you can use **MinGW**. GCC 4.6, 4.5, 4.4 and **MSVC**
2013 support involves some ugly workarounds and thus is available only in 2013 support involves some ugly workarounds and thus is available only in
`compatibility` branch. `compatibility` branch.
* **CMake** >= 2.8.8 * **CMake** >= 2.8.9
* **Corrade** - Plugin management and utility library. You can get it at * **Corrade** - Plugin management and utility library. You can get it at
https://github.com/mosra/corrade. https://github.com/mosra/corrade.

2
doc/building.dox

@ -37,7 +37,7 @@ Minimal set of tools and libraries required for building is:
>= 3.1. On Windows you can use **MinGW**. GCC 4.6, 4.5, 4.4 and **MSVC** >= 3.1. On Windows you can use **MinGW**. GCC 4.6, 4.5, 4.4 and **MSVC**
2013 support involves some ugly workarounds and thus is available only in 2013 support involves some ugly workarounds and thus is available only in
`compatibility` branch. `compatibility` branch.
- **CMake** >= 2.8.8 - **CMake** >= 2.8.9
- **Corrade** - Plugin management and utility library. See - **Corrade** - Plugin management and utility library. See
@ref building-corrade "Corrade download and installation guide" for more @ref building-corrade "Corrade download and installation guide" for more
information. information.

Loading…
Cancel
Save