diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:37 +0100 |
commit | 06b17653b06aa9289398740fc9a6a1837b596b1b (patch) | |
tree | 184765940d32bd48cb0303fba8399965347417b5 | |
parent | a5bfab40827f04984940c68bb88108e9b94a53f4 (diff) | |
download | kstreamripper-06b17653b06aa9289398740fc9a6a1837b596b1b.tar.gz kstreamripper-06b17653b06aa9289398740fc9a6a1837b596b1b.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 dd3834f138181eb818a799e42d75d88457714b2b)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e117489..b3a33a7 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 |