diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:47 +0100 |
commit | b7e7e7f2d53099aea1c05d07146bab5dbea578d3 (patch) | |
tree | b0b39eb09a0af95267a007090a2e6e4e792d039d | |
parent | 96cdefbaadeb0518d4253524d635f4f6f8dcc38a (diff) | |
download | mathemagics-b7e7e7f2d53099aea1c05d07146bab5dbea578d3.tar.gz mathemagics-b7e7e7f2d53099aea1c05d07146bab5dbea578d3.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 339d4d9542f9581940ecd68c740267564aecc130)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2756aa9..2dfc19e 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 |