Skip to content

Commit 1c5760a

Browse files
committed
Switch to alernate ACVD with fixes
1 parent d67775e commit 1c5760a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_dependencies.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ JKQTPLOTTER_VER="v2022.11.30-refix-rpath"
3131
OpenVDB_VER="v9.1.0"
3232
libigl_VER="v2.3.0"
3333
geometry_central_VER="8b20898f6c7be1eab827a9f720c8fd45e58ae63c" # This library isn't using tagged versions
34-
ACVD_VER="012917d300f1dde8552981e5a30031a23937625f" # This library isn't using tagged version
34+
ACVD_VER="3cf3643851cdf261abbcb9a74e4df01d59154e23" # This library isn't using tagged version
3535

3636
#WIN_CFLAGS="-FS /Zi /GL /MD /O2 /Ob3 /Zm250 /DNDEBUG /EHsc" # windows release compilation flags
3737
WIN_CFLAGS="-FS /Zi /MD /O2 /Ob3 /Zm250 /DNDEBUG /EHsc" # windows release compilation flags
@@ -327,7 +327,8 @@ build_acvd()
327327
echo ""
328328
echo "## Building ACVD..."
329329
cd ${BUILD_DIR}
330-
git clone https://github.com/valette/ACVD.git acvd
330+
#git clone https://github.com/valette/ACVD.git acvd
331+
git clone https://github.com/akenmorris/ACVD.git acvd
331332
cd acvd
332333
git checkout -f ${ACVD_VER}
333334

0 commit comments

Comments
 (0)