diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:58 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:58 +0100 |
commit | d86c8688fc131f8ff977cfb872a3cd45dbd7efb9 (patch) | |
tree | 22603906f87c0f4d0c1286d4aa44e6594fa24f3c | |
parent | 66460f691f0799c2c4e4f1f55940029a95a5005d (diff) | |
download | mathemagics-d86c8688fc131f8ff977cfb872a3cd45dbd7efb9.tar.gz mathemagics-d86c8688fc131f8ff977cfb872a3cd45dbd7efb9.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 695c5b3..181ccd3 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index b45b031..d476fd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # # ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup |