diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 18:45:56 +0100 |
commit | 9503185fc6f36b949e32376e43a1df4ef7bfff18 (patch) | |
tree | 33eaf9cb27929a17f90dde6c2834880d70745291 /CMakeLists.txt | |
parent | 417a964d442752688aa697ef4b880f4bd2ce85a3 (diff) | |
download | kbarcode-9503185fc6f36b949e32376e43a1df4ef7bfff18.tar.gz kbarcode-9503185fc6f36b949e32376e43a1df4ef7bfff18.zip |
Raise the minimum required version of CMake to 3.5.
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 9a83175..27f9496 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 |