diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:36:40 +0100 |
commit | e66e10b807dcf3f0605cc903f52fc2121fa21ad7 (patch) | |
tree | 0cd14e949263af5d53a2ed415d5c7fe9021c5784 | |
parent | 7faf7bc2fbb467dc6487cf564d2d04fae4332db8 (diff) | |
download | tdepacman-e66e10b807dcf3f0605cc903f52fc2121fa21ad7.tar.gz tdepacman-e66e10b807dcf3f0605cc903f52fc2121fa21ad7.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 ed6f8fc33792512be3cea4e3099fd550798dcfb8)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aed7d27..21d3a9d 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 |