diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:34 +0100 |
commit | f3e45e14203ad396438601af54d42a82c506b76c (patch) | |
tree | 87119b9837f824024ceb2882b115326842c0ca0c | |
parent | daffce5534031b7da2aeb3c95296f90a765f19f3 (diff) | |
download | kbibtex-f3e45e14203ad396438601af54d42a82c506b76c.tar.gz kbibtex-f3e45e14203ad396438601af54d42a82c506b76c.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2c2c28a865ae167356faf6658136f40899794981)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8da463..6d8b313 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 |