Browse Source

Modern CMake usage: bump minimal version to 2.8.12.

pull/142/head
Vladimír Vondruš 10 years ago
parent
commit
4a540d5c6c
  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.9) cmake_minimum_required(VERSION 2.8.12)
project(Magnum) project(Magnum)
# CMake policies: enable MACOSX_RPATH by default # CMake policies: enable MACOSX_RPATH by default

2
README.md

@ -94,7 +94,7 @@ Minimal dependencies
On Windows you can also use **MinGW-w64**. GCC 4.6, 4.5, 4.4 and MSVC 2013 On Windows you can also use **MinGW-w64**. GCC 4.6, 4.5, 4.4 and MSVC 2013
support involves some ugly workarounds and thus is available only in support involves some ugly workarounds and thus is available only in
`compatibility` branch. `compatibility` branch.
* **CMake** >= 2.8.9 * **CMake** >= 2.8.12
* **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:
On Windows you can also use **MinGW-w64**. GCC 4.6, 4.5, 4.4 and MSVC 2013 On Windows you can also use **MinGW-w64**. GCC 4.6, 4.5, 4.4 and MSVC 2013
support involves some ugly workarounds and thus is available only in support involves some ugly workarounds and thus is available only in
`compatibility` branch. `compatibility` branch.
- **CMake** >= 2.8.9 - **CMake** >= 2.8.12
- **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