From 2098eba3d01c7d6b46f0cddb25772f71288bcf6b Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Thu, 23 Dec 2021 17:29:47 -0800 Subject: Lower cmake version to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b9102d0..a3e4638 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.0) project(math) -- cgit v1.2.3