fix number of arguments to matlab_wrap for unstable
parent
82d6e68e90
commit
b7e19d6033
|
@ -77,7 +77,7 @@ if(GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX)
|
||||||
|
|
||||||
# Wrap
|
# Wrap
|
||||||
matlab_wrap(${GTSAM_SOURCE_DIR}/gtsam_unstable/gtsam_unstable.i "gtsam" ""
|
matlab_wrap(${GTSAM_SOURCE_DIR}/gtsam_unstable/gtsam_unstable.i "gtsam" ""
|
||||||
"${mexFlags}")
|
"${mexFlags}" "${ignore}")
|
||||||
endif(GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX)
|
endif(GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX)
|
||||||
|
|
||||||
# Record the root dir for gtsam - needed during external builds, e.g., ROS
|
# Record the root dir for gtsam - needed during external builds, e.g., ROS
|
||||||
|
|
Loading…
Reference in New Issue