From 2ebc4c7866f6e90bbc661f61191f9c76936e77a6 Mon Sep 17 00:00:00 2001 From: Judit Planas Date: Fri, 3 Aug 2018 14:46:17 +0200 Subject: [PATCH] CMake minimum version required was increased with apparently no reason. Reverted to 2.8.10. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87e5862e..646f6b30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.1) +cmake_minimum_required (VERSION 2.8.10) project (neuromapp)