From 4a540d5c6c3ae9834dc7b9212c8e44efdd9d4453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 21 Feb 2016 23:32:01 +0100 Subject: [PATCH] Modern CMake usage: bump minimal version to 2.8.12. --- CMakeLists.txt | 2 +- README.md | 2 +- doc/building.dox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da0becfb6..3de8d6856 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ # DEALINGS IN THE SOFTWARE. # -cmake_minimum_required(VERSION 2.8.9) +cmake_minimum_required(VERSION 2.8.12) project(Magnum) # CMake policies: enable MACOSX_RPATH by default diff --git a/README.md b/README.md index 0c941e11c..a65735174 100644 --- a/README.md +++ b/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 support involves some ugly workarounds and thus is available only in `compatibility` branch. -* **CMake** >= 2.8.9 +* **CMake** >= 2.8.12 * **Corrade** - Plugin management and utility library. You can get it at https://github.com/mosra/corrade. diff --git a/doc/building.dox b/doc/building.dox index 306d1a76b..70a2c70e1 100644 --- a/doc/building.dox +++ b/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 support involves some ugly workarounds and thus is available only in `compatibility` branch. -- **CMake** >= 2.8.9 +- **CMake** >= 2.8.12 - **Corrade** - Plugin management and utility library. See @ref building-corrade "Corrade download and installation guide" for more information.