aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2020-04-28 02:00:16 -0700
committerCopybara-Service <copybara-worker@google.com>2020-04-28 02:00:47 -0700
commitfd2959f0d008870d3ceb3f42e56b1022bef461c0 (patch)
tree905707968d5affca6bc00f1eb1daa5dcbfa1a518 /cmake
parente2cae9b3b59dc03789133ee95a4e475b01f99ce9 (diff)
downloadtink-fd2959f0d008870d3ceb3f42e56b1022bef461c0.tar.gz
Upgrade the absl dependency to head and explicitly specify the C++ version to c++11 when using cmake.
It seems the C++ should be specified, as otherwise CMake can decide to use a different version. PiperOrigin-RevId: 308784762
Diffstat (limited to 'cmake')
-rw-r--r--cmake/TinkWorkspace.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/TinkWorkspace.cmake b/cmake/TinkWorkspace.cmake
index c96098e19..41becc927 100644
--- a/cmake/TinkWorkspace.cmake
+++ b/cmake/TinkWorkspace.cmake
@@ -44,8 +44,8 @@ http_archive(
http_archive(
NAME com_google_absl
- URL https://github.com/abseil/abseil-cpp/archive/3c814105108680997d0821077694f663693b5382.zip
- SHA256 4bdb45ca33f5b437d5ccfabea8c26cfe9570031d7bddeabebd5df51800535cb5
+ URL https://github.com/abseil/abseil-cpp/archive/db5773a721a50d1fc8c9b51efea0e70be4003d36.zip
+ SHA256 83be4b9b919c3fe7574e49782ab924d5ac59f266f1e93c4e5fddf8a5fca43361
)
http_archive(