diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:57 +0100 |
commit | 809988ab0586882ad76b84859cfccd15c58d5fa2 (patch) | |
tree | d97f14fc052874adbd001664dd740201626fe389 | |
parent | 2c818e2af191ab37d9f533a6749cf01a3913d776 (diff) | |
download | ktechlab-809988ab0586882ad76b84859cfccd15c58d5fa2.tar.gz ktechlab-809988ab0586882ad76b84859cfccd15c58d5fa2.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index adc6618..1b22f74 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 |