diff --git a/matlab/CMakeLists.txt b/matlab/CMakeLists.txt index c8d6d197f..3c234d106 100644 --- a/matlab/CMakeLists.txt +++ b/matlab/CMakeLists.txt @@ -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