From b7e19d6033ca397a6f6e6f2b897f0527eedb4c07 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 25 Mar 2021 09:41:42 -0400 Subject: [PATCH] fix number of arguments to matlab_wrap for unstable --- matlab/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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