From 9d5cdc98c3300662c112dd28a1c2a67c0389168d Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sun, 17 Nov 2019 14:59:32 -0600 Subject: COMP: target_compile_definitions requires cmake 2.8.11 Features committed in 2016 have required cmake verison 2.8.11. `sergiu Tue Nov 22 12:25:06 2016 +0100: target_compile_definitions` Set the minimum cmake version to the minimum version that is capable of compiling or installing the code base. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ecd81561..4c178ce56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(Eigen3) -cmake_minimum_required(VERSION 2.8.5) +cmake_minimum_required(VERSION 2.8.11) # guard against in-source builds -- cgit v1.2.3