lordgamez commented on code in PR #2254:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2254#discussion_r4037601903
##########
cmake/Abseil.cmake:
##########
@@ -28,8 +28,8 @@ set(PC ${Bash_EXECUTABLE} -c "set -x &&\
FetchContent_Declare(
absl
- URL
https://github.com/abseil/abseil-cpp/archive/refs/tags/20260526.0.tar.gz
- URL_HASH
SHA256=6e1aee535473414164bf83e4ebc40240dec71a4701f8a642d906e95bea1aea0c
+ URL
https://github.com/abseil/abseil-cpp/archive/refs/tags/20260817.0.tar.gz
Review Comment:
Did the older version have an issue that needed the update or was Abseil
updated for another reason? I see that the Conan package version was not
updated as Conan Center's version is not updated yet, so there will be a
difference between the dependency versions of the package built from source and
downloaded from Conan. I don't think that's a problem now, but we should make a
not to update that one too when possible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]