diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:38 +0100 |
commit | 27ef8c9361d5627528f05a010adb7ddc38a8069a (patch) | |
tree | 0027643dbde3d483ab0d8b9823750af64f18f9f6 | |
parent | 74db0a3f82ad8594c3a7611382f9c978fdf719c5 (diff) | |
download | tastymenu-27ef8c9361d5627528f05a010adb7ddc38a8069a.tar.gz tastymenu-27ef8c9361d5627528f05a010adb7ddc38a8069a.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6c8bd77636e0e5339192bff0aa8688fdf07383bc)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f66e318..c9aae5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |