stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=fbb865bccbb2059de0188aa405ce24c24afc845a

commit fbb865bccbb2059de0188aa405ce24c24afc845a
Author: Stefan Schmidt <[email protected]>
Date:   Wed Feb 1 11:40:25 2017 +0100

    cmake: downgrade minimum cmake version to 3.4
    
    There seems really no reason to have such a new version as 3.7 as minimum
    here. MAybe even go down to 3.1 as suggested on the mailing list.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a24368..b59d4d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.4)
 
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/helpers")
 

-- 


Reply via email to