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 | 97562a4e545b19d30965f31aae74ba7546811649 (patch) | |
tree | a2cb130720d4358a1be715dbe45ad16ddc2e2fe5 | |
parent | 46f1782c91496bd8f4b91e99f032e01abd176757 (diff) | |
download | kbookreader-97562a4e545b19d30965f31aae74ba7546811649.tar.gz kbookreader-97562a4e545b19d30965f31aae74ba7546811649.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 01832b22540f792718b8597b854453761b6c5382)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ceb03..22cb40d 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 |