diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:39 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:50 +0100 |
commit | 33bea5751035eca183b5b85f2da0c8348b94e393 (patch) | |
tree | dff69963bc18593e38b579bce0368dcd43dc8b4e | |
parent | 87a57fcf61d0523acee696f28686af9dfc87b50e (diff) | |
download | tdelibs-33bea5751035eca183b5b85f2da0c8348b94e393.tar.gz tdelibs-33bea5751035eca183b5b85f2da0c8348b94e393.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7ade45484d4bf4d81234b2b80ebfff2182aa329e)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 329a75ac5..12f96cc3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### |