File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 )
1616message (STATUS "build abseil-cpp from ${ABSL_URL} " )
1717
1818ExternalProject_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}
You can’t perform that action at this time.
0 commit comments