From 6637535020b607aed9fb27e5649b08b703bd441e Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Sun, 17 Jun 2012 20:59:21 +0200 Subject: [PATCH] * cmakelists.txt: minimum version checker --- eo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/CMakeLists.txt b/eo/CMakeLists.txt index c10ac3c5..63de5b22 100644 --- a/eo/CMakeLists.txt +++ b/eo/CMakeLists.txt @@ -1,3 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) ###################################################################################### ### 0) If you want to set your variables in eo-conf.cmake and avoid the cmd line