diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:40 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:40 +0100 |
commit | 769ad391d6ea4d251620721af4f4bf3eb49fa98c (patch) | |
tree | 495cae59afbb3b95fc1de7ea6ae12c881d33f3bf /CMakeLists.txt | |
parent | e83d9915caab7f6569de5879dd9a793eab9919a5 (diff) | |
download | tdegames-769ad391d6ea4d251620721af4f4bf3eb49fa98c.tar.gz tdegames-769ad391d6ea4d251620721af4f4bf3eb49fa98c.zip |
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]>
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 54dbd4c8..cdf8a0f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ########################################### -cmake_minimum_required( VERSION 2.8 ) +cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup |