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:36:38 +0100 |
commit | 47ce6b2d1150ad34aa65791d83d9d68b6ef9ede5 (patch) | |
tree | a3f783fe368309bf4a550bbf93e8fbc5a82a9575 | |
parent | a9a1be2740440bcec516fa45f5530735a19803e1 (diff) | |
download | tde-style-baghira-47ce6b2d1150ad34aa65791d83d9d68b6ef9ede5.tar.gz tde-style-baghira-47ce6b2d1150ad34aa65791d83d9d68b6ef9ede5.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 14cdd0ae2e1f4ed71e9f439c83bcf14912f40078)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 376901f..910f5e8 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 |