fix number of arguments to matlab_wrap for unstable

release/4.3a0
Varun Agrawal 2021-03-25 09:41:42 -04:00
parent 82d6e68e90
commit b7e19d6033
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if(GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX)
# Wrap
matlab_wrap(${GTSAM_SOURCE_DIR}/gtsam_unstable/gtsam_unstable.i "gtsam" ""
"${mexFlags}")
"${mexFlags}" "${ignore}")
endif(GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX)
# Record the root dir for gtsam - needed during external builds, e.g., ROS