diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:33:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:29 +0100 |
commit | d892eadf878df4366c3b3af7f3dd320d41a0d2ae (patch) | |
tree | ea200a9b759f3d2962c8feabb044387468f999cb | |
parent | 66a9706ae533d4c654458d383c626d4b4fe84424 (diff) | |
download | kstreamripper-d892eadf878df4366c3b3af7f3dd320d41a0d2ae.tar.gz kstreamripper-d892eadf878df4366c3b3af7f3dd320d41a0d2ae.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 319017bf347cde2827aa688c39f03331e8accef9)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cdf314..39d99d9 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 |