diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 22:57:34 +0100 |
commit | 3c1a25c8cf861cdba03ade015ee3596fdbdde95d (patch) | |
tree | c3366b9eafc232c0557265ffc2e5a5f520f067b5 | |
parent | 4f9fa90debb284820bd7cfadc2e203e37afeea71 (diff) | |
download | piklab-3c1a25c8cf861cdba03ade015ee3596fdbdde95d.tar.gz piklab-3c1a25c8cf861cdba03ade015ee3596fdbdde95d.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-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 ################# |