aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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.