diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:04 +0100 |
commit | 2c2c28a865ae167356faf6658136f40899794981 (patch) | |
tree | 151278ef6bd88bbebac71a2a1a6b94ca563366f6 | |
parent | f7db103ae0cf0769af34530541f5ab17b6cb1523 (diff) | |
download | kbibtex-2c2c28a865ae167356faf6658136f40899794981.tar.gz kbibtex-2c2c28a865ae167356faf6658136f40899794981.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edc9036..b92946e 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 |