diff options
| author | Christian Marangi | 2025-10-03 21:40:50 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-10-03 21:40:50 +0000 |
| commit | 5a81c108d20e24724ed847cc4be033f2a74e6635 (patch) | |
| tree | c125c570f0e1dbbafd59f1dbfcb54cb7a53b1bfb | |
| parent | 99bd3d2b167ccdffb6de072d02c380cb37b23e33 (diff) | |
| download | ustream-ssl-master.tar.gz | |
New cmake version 4.0 requires at least 3.5 version as the minimum
required version with it increased to 3.10 in to-be-released cmake
versions.
Set the minimum required version to 3.10 to future-proof for future
cmake version.
Suggested-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e591ee..3784dff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.10) PROJECT(ustream-ssl C) |