From cb9a77ee08bddf90bad5a9d50ed0595b06d757e1 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Sun, 13 Nov 2016 23:49:47 -0500 Subject: [PATCH] add option for matlab wrapper --- cmake/GtsamMatlabWrap.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GtsamMatlabWrap.cmake b/cmake/GtsamMatlabWrap.cmake index d1d3d93dd..0755675b4 100644 --- a/cmake/GtsamMatlabWrap.cmake +++ b/cmake/GtsamMatlabWrap.cmake @@ -209,7 +209,7 @@ function(wrap_library_internal interfaceHeader linkLibraries extraIncludeDirs ex OUTPUT ${generated_cpp_file} DEPENDS ${interfaceHeader} wrap ${module_library_target} ${otherLibraryTargets} ${otherSourcesAndObjects} COMMAND - wrap + wrap --matlab ${modulePath} ${moduleName} ${generated_files_path}