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 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
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 )
16
16
message (STATUS "build abseil-cpp from ${ABSL_URL} " )
17
17
18
18
ExternalProject_Add (
19
19
absl
20
20
URL ${ABSL_URL}
21
- URL_HASH SHA256=be2a9d7ea7ee15f9317b57beff37e8ffb67418fb0df64592366b04c8618c2584
21
+ URL_HASH SHA256=485f7488f2102edd702d1cac1c30f30efa6f3bc793999aeb92f161b2dbe707dd
22
22
PREFIX ${DEPS_BUILD_DIR}
23
23
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR} /absl
24
24
INSTALL_DIR ${DEPS_INSTALL_DIR}
You can’t perform that action at this time.
0 commit comments