From 87606537e0bd7e7cd4010ac66a24f477b3765e92 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Fri, 14 Dec 2018 14:18:21 +0100 Subject: [PATCH] Revert "[wip/cppadcodegen] fix minimum cmake version" This reverts commit 9a1be0dd6aedf99f04531d031d3809ab9c58730d. wip/cppadcodegen needs 2.8+, but wip/cppad needs 3.1+. --- cppad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppad/Makefile b/cppad/Makefile index 31eca109..aa9fa8bd 100644 --- a/cppad/Makefile +++ b/cppad/Makefile @@ -20,7 +20,7 @@ LICENSE= eclipse MAINTAINER= gsaurel@laas.fr CMAKE_ARGS+= -Dcppad_prefix=${PREFIX} -DEPEND_ABI.cmake= cmake>=2.8 +DEPEND_ABI.cmake= cmake>=3.1 include ../../mk/sysdep/cmake.mk include ../../mk/language/c.mk -- GitLab