diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:28 +0100 |
commit | 01568d8ad9c5f5dd11e5e58fab0517265dc2a70d (patch) | |
tree | fc6be19634c4ac338c40e0fb61a5a2a747eb5e22 | |
parent | c20576b9860639ce154dd96d96eb4623acd4126e (diff) | |
download | kbiff-01568d8ad9c5f5dd11e5e58fab0517265dc2a70d.tar.gz kbiff-01568d8ad9c5f5dd11e5e58fab0517265dc2a70d.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d37b353f7752e4cbe98c12b03e01eb2b81e60212)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51a870e..81d773f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |