diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-08 15:33:43 +0100 |
commit | c76d015dcd48a879abc33c7955f229c26b496756 (patch) | |
tree | f5b293548f2d36eb40ea8be262f5be0783a07bc2 /CMakeLists.txt | |
parent | 1172d1f64cfe6adbb35b1f31363ef25b0d1de9f5 (diff) | |
download | kvpnc-c76d015dcd48a879abc33c7955f229c26b496756.tar.gz kvpnc-c76d015dcd48a879abc33c7955f229c26b496756.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fdfb4aa064360f849c6acaf2b81c69086f5d51f4)
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 9e659b9..1016e78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |