Skip to content

Commit f06e1ef

Browse files
committed
Disable tbb when using matlab
1 parent a90512e commit f06e1ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_gtsam.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ while true; do
110110
-f|--flagsCXX) CXX_FLAGS="${CXX_FLAGS:+$CXX_FLAGS }$2"; shift 2 ;;
111111
-D|--define) cmake_defines+=( "-D$2" ); shift 2 ;;
112112
-p|--python-wrap) python_wrap=true; shift ;;
113-
-m|--matlab-wrap) matlab_wrap=true; shift ;;
113+
-m|--matlab-wrap) matlab_wrap=true; use_tbb=false; shift ;;
114114
-u|--unstable-build|--unstable_build) unstable_build=true; shift ;;
115115
-e|--exp-map-disabled|--exp_map_disabled) use_expmap=false; shift ;;
116116
-o|--on-manifold-preintegr|--on_manifold_preintegr) use_tangent_preintegr=false; shift ;;

0 commit comments

Comments
 (0)