Skip to content

Commit 28c3ac7

Browse files
authored
build(thirdparty): upgrade absl (#3986)
absl upgrade to 2e94e5b6e152df9fa9c2fe8c1b96e1393973d32c fixes building on arm
1 parent 908da3b commit 28c3ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third-party/cmake/FetchAbsl.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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

1818
ExternalProject_Add(
1919
absl
2020
URL ${ABSL_URL}
21-
URL_HASH SHA256=be2a9d7ea7ee15f9317b57beff37e8ffb67418fb0df64592366b04c8618c2584
21+
URL_HASH SHA256=485f7488f2102edd702d1cac1c30f30efa6f3bc793999aeb92f161b2dbe707dd
2222
PREFIX ${DEPS_BUILD_DIR}
2323
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/absl
2424
INSTALL_DIR ${DEPS_INSTALL_DIR}

0 commit comments

Comments
 (0)