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:27:47 +0100 |
commit | 9d10bc430fd0e17f8e10dea191cb60df810b022f (patch) | |
tree | 8b56d036d8fc68326169f9871c7ad34b6ab87648 | |
parent | 28ac1a975e7cb28fc8bea963c386ee9db7d1cf03 (diff) | |
download | tde-systemsettings-9d10bc430fd0e17f8e10dea191cb60df810b022f.tar.gz tde-systemsettings-9d10bc430fd0e17f8e10dea191cb60df810b022f.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f15dff..782caae 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 |