install_deps: fix a typo in argument handling of new nanovdb option.

Spotted by  Patrick Mours (@pmoursnv), thanks!
This commit is contained in:
Bastien Montagne
2020-11-10 14:11:13 +01:00
parent 2a2bc09096
commit 01c7a94cdd

View File

@@ -679,7 +679,7 @@ while true; do
--with-oidn)
WITH_OIDN=true; shift; continue
;;
--with-nanvdb)
--with-nanovdb)
WITH_NANOVDB=true;
shift; continue
;;