diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:33:06 +0100 |
commit | 79f5942fa2d15f1661c25aad863c6f8f22534aa8 (patch) | |
tree | 79c903aefeb5bd22581f6bba506a0bebb36c4e54 /CMakeLists.txt | |
parent | dcfe1327cd1ba3e84fc6dc22a29fc6aa35dae52d (diff) | |
download | kkbswitch-79f5942fa2d15f1661c25aad863c6f8f22534aa8.tar.gz kkbswitch-79f5942fa2d15f1661c25aad863c6f8f22534aa8.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ff119aa..a521d4e 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 |