diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 15:26:49 +0100 |
commit | 9d3adf01bc61aada9e6cd3e9d738766b3b350e96 (patch) | |
tree | 97e754f561356bd4f6727d112f5d9965c7c36902 | |
parent | 5543305eaf005096a152ba07512302acce67e807 (diff) | |
download | ksquirrel-9d3adf01bc61aada9e6cd3e9d738766b3b350e96.tar.gz ksquirrel-9d3adf01bc61aada9e6cd3e9d738766b3b350e96.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit be1bf6ef7ae8aceab1f4d50543088ef6c92d7635)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 233b58f..ec40e4d 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 ################# |