diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:45 +0100 |
commit | 0dc8ee433bbbb0c886ecf06728a0d5943bc93630 (patch) | |
tree | a8812e958a7f7592508c0b08fcd13b204a11efda | |
parent | 53e3a4cd5251b1ae4525635edd3c05909e4fb046 (diff) | |
download | twin-style-suse2-0dc8ee433bbbb0c886ecf06728a0d5943bc93630.tar.gz twin-style-suse2-0dc8ee433bbbb0c886ecf06728a0d5943bc93630.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f8d2acfb2c3931d99e1cd95ee96a2d25724b18ea)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 44b0eed..e5f6e55 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 |