diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:40 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-18 22:27:40 +0100 |
commit | 07387f0ab21186fc8361b1464916ee2f96eb843f (patch) | |
tree | f3a7edff8dc1034150f43261433ecbe6e61ade41 /CMakeLists.txt | |
parent | 940af0457101530e62a39cccaad63d1c33f9c4e1 (diff) | |
download | tdeadmin-07387f0ab21186fc8361b1464916ee2f96eb843f.tar.gz tdeadmin-07387f0ab21186fc8361b1464916ee2f96eb843f.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 69a6a5f..e22655b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # ############################################### -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) #### general package setup |