diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:17 +0100 |
commit | 339d4d9542f9581940ecd68c740267564aecc130 (patch) | |
tree | 2b16bd5e5d34634e1a38cda3f9e1d91f62589b18 | |
parent | 0c634f83a227697647553e614a56259a2e01a859 (diff) | |
download | mathemagics-339d4d9542f9581940ecd68c740267564aecc130.tar.gz mathemagics-339d4d9542f9581940ecd68c740267564aecc130.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dd3eda5..afe0e4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # # ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup |