Skip to content

Commit

Permalink
Don't set ToolboxMatlabPath post construction
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Nov 10, 2023
1 parent 0137b0b commit 0d46d16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions matlab/tools/packageMatlabInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@
identifier = "ARROW-MATLAB-TOOLBOX";

opts = matlab.addons.toolbox.ToolboxOptions(toolboxFolder, identifier);
disp("ToolboxMatlabPath Post Construction: " + opts.ToolboxMatlabPath);

opts.ToolboxName = "MATLAB Interface to Arrow";
opts.ToolboxVersion = toolboxVersion;
opts.ToolboxMatlabPath = toolboxFolder;

disp("ToolboxMatlabPath Post Set: " + opts.ToolboxMatlabPath);

% Set the SupportedPlatforms
opts.SupportedPlatforms.Win64 = true;
Expand Down

0 comments on commit 0d46d16

Please sign in to comment.