aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2022-12-22 12:15:55 +0100
committerGitHub <noreply@github.com>2022-12-22 12:15:55 +0100
commit81dc1c86c3cf5adc387941b5a47b5a937659c9e8 (patch)
tree991a1b44c432b32d3f334056670ad99b342cc791 /CMakeLists.txt
parenta7b7839fd4dfddd7884353a8178e3d57d2a0d4ae (diff)
downloadbrotli-81dc1c86c3cf5adc387941b5a47b5a937659c9e8.zip
brotli-81dc1c86c3cf5adc387941b5a47b5a937659c9e8.tar.gz
brotli-81dc1c86c3cf5adc387941b5a47b5a937659c9e8.tar.bz2
Ramp up CMake to v3 (#991)
Drive-by: drop premake5 support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d8a956d..9e4cf40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,7 @@
-# Ubuntu 12.04 LTS has CMake 2.8.7, and is an important target since
-# several CI services, such as Travis and Drone, use it. Solaris 11
-# has 2.8.6, and it's not difficult to support if you already have to
-# support 2.8.7.
-cmake_minimum_required(VERSION 2.8.6)
+# Available CMake versions:
+# - Ubuntu 18.04 LTS (deprecated on GitHub Actions) : 3.10.4
+# - Solaris 11.4 SRU 15 : 3.15
+cmake_minimum_required(VERSION 3.10.4)
# Since this project's version is loaded from other files, this policy
# will help suppress the warning generated by cmake.