aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Sunet <msunet@shellblade.net>2021-12-23 17:29:47 -0800
committerMarc Sunet <msunet@shellblade.net>2021-12-23 17:29:47 -0800
commit2098eba3d01c7d6b46f0cddb25772f71288bcf6b (patch)
treee64eedf833cba21d752a7c72c57183f2a0c0e235
parenta10d28667d734dfc27b0eaac5444ff944d046b94 (diff)
Lower cmake version to 3.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9102d0..a3e4638 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
1cmake_minimum_required(VERSION 3.16) 1cmake_minimum_required(VERSION 3.0)
2 2
3project(math) 3project(math)
4 4