diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:17 +0100 |
commit | 179128f9a160a488547730135a879578ba407420 (patch) | |
tree | c9d4a669265a88c06c04e161a053c874cfd8b191 | |
parent | 2e4f150a4712cf531f4dcb9c5c045833b8c7049f (diff) | |
download | qalculate-tde-179128f9a160a488547730135a879578ba407420.tar.gz qalculate-tde-179128f9a160a488547730135a879578ba407420.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 08602f3..f50f510 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 |