diff options
author | Marc Sunet <msunet@shellblade.net> | 2021-12-23 17:29:47 -0800 |
---|---|---|
committer | Marc Sunet <msunet@shellblade.net> | 2021-12-23 17:29:47 -0800 |
commit | 2098eba3d01c7d6b46f0cddb25772f71288bcf6b (patch) | |
tree | e64eedf833cba21d752a7c72c57183f2a0c0e235 /CMakeLists.txt | |
parent | a10d28667d734dfc27b0eaac5444ff944d046b94 (diff) |
Lower cmake version to 3.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 @@ | |||
1 | cmake_minimum_required(VERSION 3.16) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | 2 | ||
3 | project(math) | 3 | project(math) |
4 | 4 | ||