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 13:02:45 +0100 |
commit | a76b7e94b474cc8403d09b5a2c65d8bcf47ad257 (patch) | |
tree | 2939b787aaeef70c91cbfb99ec77d82c09e0d43c | |
parent | ecd08c62e3f4428bcef6724a7adead8d9a62d08b (diff) | |
download | twin-style-dekorator-a76b7e94b474cc8403d09b5a2c65d8bcf47ad257.tar.gz twin-style-dekorator-a76b7e94b474cc8403d09b5a2c65d8bcf47ad257.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b1970dce3bb8e3bee0472c027f37ad1b173967c4)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cdbdf8..3bf8318 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 |