Skip to content

Commit bd75cd4

Browse files
authored
Change manifestFolder type to char in buildVcpkgDeps.m
1 parent 993f01b commit bd75cd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolbox/+vcpkg/buildVcpkgDeps.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function buildVcpkgDeps(manifestFolder, vpckgArguments, options)
33
% Copyright 2025 The MathWorks, Inc.
44

55
arguments
6-
manifestFolder {mustBeFolder}
6+
manifestFolder char {mustBeFolder}
77
vpckgArguments {mustBeText} = {};
88
options.buildHostOnly = false;
99
end
@@ -98,4 +98,4 @@ function addToSystemPath(path)
9898
if ~contains(oldPath,path)
9999
setenv("Path",[path,';',oldPath]);
100100
end
101-
end
101+
end

0 commit comments

Comments
 (0)