[Lemon-commits] Alpar Juttner: Require CMAKE 2.8 (#484)
Lemon HG
hg at lemon.cs.elte.hu
Tue Apr 8 15:59:39 CEST 2014
details: http://lemon.cs.elte.hu/hg/lemon/rev/e937009e4c5f
changeset: 1305:e937009e4c5f
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Tue Apr 08 15:41:56 2014 +0200
description:
Require CMAKE 2.8 (#484)
diffstat:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(PROJECT_NAME "LEMON")
PROJECT(${PROJECT_NAME})
More information about the Lemon-commits
mailing list