Skip to content

Commit 2abbb5d

Browse files
committed
fix external libigl md5
1 parent 4187794 commit 2abbb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/external/libigl.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(MESHLAB_ALLOW_DOWNLOAD_SOURCE_LIBIGL)
1414
set(LIBIGL_LINK
1515
https://github.com/libigl/libigl/archive/refs/tags/v${LIBIGL_VER}.zip
1616
https://www.meshlab.net/data/libs/libigl-${LIBIGL_VER}.zip)
17-
set(LIBIGL_MD5 0b4fea5dba2117b8db85c99a39a71f83)
17+
set(LIBIGL_MD5 b5f95849d6828fd1f41b7aff1a55f4b0)
1818
download_and_unzip(
1919
NAME "LibIGL"
2020
LINK ${LIBIGL_LINK}

0 commit comments

Comments
 (0)