Skip to content

Commit

Permalink
initialize api_distro to false on windows as layout doesn't change be…
Browse files Browse the repository at this point in the history
…tween api and app
  • Loading branch information
aymanhab committed Dec 14, 2024
1 parent 5bf2b07 commit 821daf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bindings/Java/Matlab/configureOpenSim.m.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ try
% This function returns all but the leaf element of the provided path.
openSimFolder = fileparts(openSimFolder);
end
api_distro = false;
% For this to be an OpenSim installation, there must be a buildinfo file.
buildInfoFile = fullfile(openSimFolder, '@CMAKE_INSTALL_SYSCONFDIR@', ...
'OpenSim_buildinfo.txt');
Expand Down

0 comments on commit 821daf8

Please sign in to comment.