diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:14 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:14 +0100 |
commit | 9bfff1c3c22833877ca77ba2e6215648e84641ef (patch) | |
tree | 5ddef050416b041a31f504df2d9d03a7280715b6 | |
parent | 1f79d16318411774420dcd0613ddb9aef4c23572 (diff) | |
download | twin-style-crystal-9bfff1c3c22833877ca77ba2e6215648e84641ef.tar.gz twin-style-crystal-9bfff1c3c22833877ca77ba2e6215648e84641ef.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 a801e25..d2f696b 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 |