We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90512e commit f06e1efCopy full SHA for f06e1ef
1 file changed
build_gtsam.sh
@@ -110,7 +110,7 @@ while true; do
110
-f|--flagsCXX) CXX_FLAGS="${CXX_FLAGS:+$CXX_FLAGS }$2"; shift 2 ;;
111
-D|--define) cmake_defines+=( "-D$2" ); shift 2 ;;
112
-p|--python-wrap) python_wrap=true; shift ;;
113
- -m|--matlab-wrap) matlab_wrap=true; shift ;;
+ -m|--matlab-wrap) matlab_wrap=true; use_tbb=false; shift ;;
114
-u|--unstable-build|--unstable_build) unstable_build=true; shift ;;
115
-e|--exp-map-disabled|--exp_map_disabled) use_expmap=false; shift ;;
116
-o|--on-manifold-preintegr|--on_manifold_preintegr) use_tangent_preintegr=false; shift ;;
0 commit comments