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:45 +0100 |
commit | 28a4a673c07f9afd75761a7a726290c0528968f7 (patch) | |
tree | ef6804afb4c551c309c2a987a205079cf0b13d8b | |
parent | 370114e566d382b2c79872327d198fb4fab19406 (diff) | |
download | tdegraphics-28a4a673c07f9afd75761a7a726290c0528968f7.tar.gz tdegraphics-28a4a673c07f9afd75761a7a726290c0528968f7.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit c675dc9d9ed71f69d5bc2ea391ecf6c1ce70a7f4)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05246da1..fb39d10c 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 ##################### |