aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2023-06-22 11:29:08 +0200
committerGitHub <noreply@github.com>2023-06-22 11:29:08 +0200
commit50ebce107f5b1eb36760c7ec2d4726ec56784373 (patch)
tree1941b0d4a4b90967cd3ed3f3c2ca6669619d0555 /CMakeLists.txt
parentbfa15d4046173e47553af692e20e145a95c36084 (diff)
downloadbrotli-50ebce107f5b1eb36760c7ec2d4726ec56784373.zip
brotli-50ebce107f5b1eb36760c7ec2d4726ec56784373.tar.gz
brotli-50ebce107f5b1eb36760c7ec2d4726ec56784373.tar.bz2
Fix Bazel build (#1024)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e4cf40..3c391f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# 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)
+# - Ubuntu 20.04 LTS : 3.16.3
+# - Solaris 11.4 SRU 15 : 3.15
+cmake_minimum_required(VERSION 3.15)
# Since this project's version is loaded from other files, this policy
# will help suppress the warning generated by cmake.