diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:47 +0100 |
commit | 14cdd0ae2e1f4ed71e9f439c83bcf14912f40078 (patch) | |
tree | 1a435673be6fc522fd79321c9ee07d7d21960d5e | |
parent | a9c34baff07a6d51a01477b9b6ee496b20541295 (diff) | |
download | tde-style-baghira-14cdd0ae2e1f4ed71e9f439c83bcf14912f40078.tar.gz tde-style-baghira-14cdd0ae2e1f4ed71e9f439c83bcf14912f40078.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a4a55..2516c0d 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 |