diff options
author | Slávek Banko <[email protected]> | 2021-01-18 22:27:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-18 22:27:42 +0100 |
commit | 34aad463e4f6d8bf595047809f9b6480875d57c9 (patch) | |
tree | 0c860c9976ef2242c5efef6c47c1693a78fb0d85 /CMakeLists.txt | |
parent | da6d1f060279dde219136011ff189e72e872263a (diff) | |
download | kaffeine-34aad463e4f6d8bf595047809f9b6480875d57c9.tar.gz kaffeine-34aad463e4f6d8bf595047809f9b6480875d57c9.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 9331b43..d88e15c 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 |