File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ JKQTPLOTTER_VER="v2022.11.30-refix-rpath"
3131OpenVDB_VER=" v9.1.0"
3232libigl_VER=" v2.3.0"
3333geometry_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
3737WIN_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
You can’t perform that action at this time.
0 commit comments