From 48ee52b14f20a51b3b8370c00efa922ff5b6ce07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 17 Dec 2013 19:15:18 +0100 Subject: [PATCH] Remove misleading comment. We need 2.8.8 for much more things. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39eb2b647..bc0db64a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ # DEALINGS IN THE SOFTWARE. # -# CMake 2.8.8 required for OBJECT library target cmake_minimum_required(VERSION 2.8.8) project(Magnum)