diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:32:58 +0100 |
commit | 4a79e0ab8f3db658e6aac08f4302d9e439410d95 (patch) | |
tree | 96b43388155625de922a82502b66450fd3114407 | |
parent | ef4c95b5f96d0bc8b28be2c91091cdda1e1160d3 (diff) | |
download | knights-4a79e0ab8f3db658e6aac08f4302d9e439410d95.tar.gz knights-4a79e0ab8f3db658e6aac08f4302d9e439410d95.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 c4eca99..e2b283a 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 |