aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorwconner <wconner@google.com>2023-01-31 08:22:50 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-31 08:23:58 -0800
commit5f08147cbfe9a6a00327b5401a4120bac7c89b20 (patch)
tree65831c51eb6644e3ced4a73f839d87ae1f6b8ae4 /cmake
parent61270c7c65da757c3ea979fe4fb08430bc6d43d3 (diff)
downloadtink-5f08147cbfe9a6a00327b5401a4120bac7c89b20.tar.gz
Increase minimum CMake version to 3.10 (required by latest Abseil C++ library).
https://github.com/abseil/abseil-cpp/blob/master/CMakeLists.txt#L19 PiperOrigin-RevId: 506009333
Diffstat (limited to 'cmake')
-rw-r--r--cmake/HttpArchiveDownloader.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/HttpArchiveDownloader.cmake.in b/cmake/HttpArchiveDownloader.cmake.in
index 3aac81555..b56f0e8ac 100644
--- a/cmake/HttpArchiveDownloader.cmake.in
+++ b/cmake/HttpArchiveDownloader.cmake.in
@@ -15,7 +15,7 @@
# This template is used by http_archive() to download, unpack and configure Tink
# dependencies. You shouldn't need to use it directly.
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.10)
project(http-archive-${http_archive_NAME})
include(ExternalProject)