diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:15 +0100 |
commit | b1970dce3bb8e3bee0472c027f37ad1b173967c4 (patch) | |
tree | 3fe7cc4a54ef0cd7555c4f9882ac275b50fd93a9 | |
parent | 8b834eeb6658ff386f2e729091f94069980b8898 (diff) | |
download | twin-style-dekorator-b1970dce3bb8e3bee0472c027f37ad1b173967c4.tar.gz twin-style-dekorator-b1970dce3bb8e3bee0472c027f37ad1b173967c4.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b948ef..f6955b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |