diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:36:40 +0100 |
commit | 59da4d84cb8f48f6a05b866d66cf05e8fbd98155 (patch) | |
tree | 1ec02124ef10f6f02b4f56021592bf1ce7a8f8da | |
parent | 719e83e7a20a361bdf0380dc6dfde05ab550da8c (diff) | |
download | tdeio-sword-59da4d84cb8f48f6a05b866d66cf05e8fbd98155.tar.gz tdeio-sword-59da4d84cb8f48f6a05b866d66cf05e8fbd98155.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 993e6ccb14cf7dd0c4d13a5af9d7c4fe395b466c)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c648a7e..0dc33ad 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 |