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 | d2dfd2fb08f427d723a3f62d3ce6fe553035b866 (patch) | |
tree | 11879b247dbda8bd2d887dc19c6081a229379199 /CMakeLists.txt | |
parent | 6fb6489098c3b1ae500215778da531d31a13fdf1 (diff) | |
download | kbibtex-d2dfd2fb08f427d723a3f62d3ce6fe553035b866.tar.gz kbibtex-d2dfd2fb08f427d723a3f62d3ce6fe553035b866.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 c0b5c86..764cd21 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 |