Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(thirdparty): upgrade absl #3986

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions third-party/cmake/FetchAbsl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set(ABSL_URL https://github.com/abseil/abseil-cpp/archive/a50ae369a30f99f79d7559002aba3413dac1bd48.tar.gz)
set(ABSL_URL https://github.com/abseil/abseil-cpp/archive/2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c.zip)
message(STATUS "build abseil-cpp from ${ABSL_URL}")

ExternalProject_Add(
absl
URL ${ABSL_URL}
URL_HASH SHA256=be2a9d7ea7ee15f9317b57beff37e8ffb67418fb0df64592366b04c8618c2584
URL_HASH SHA256=485f7488f2102edd702d1cac1c30f30efa6f3bc793999aeb92f161b2dbe707dd
PREFIX ${DEPS_BUILD_DIR}
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/absl
INSTALL_DIR ${DEPS_INSTALL_DIR}
Expand Down
Loading