diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:57 +0100 |
commit | a5b10d3240249f6e3b6e01be6cc65eb0c7a07f49 (patch) | |
tree | 5a2d7ba20b98aa16f6111091f815fd32249543a4 | |
parent | 79dccdafbafe68bde982ca7d41bac013d10a3828 (diff) | |
download | akode-a5b10d3240249f6e3b6e01be6cc65eb0c7a07f49.tar.gz akode-a5b10d3240249f6e3b6e01be6cc65eb0c7a07f49.zip |
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 07a4b4addbffff91dfc8c6c404d09a5d70609a38)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 720ebb5..72d1da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) ##### general package setup |