Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 19, 2024
1 parent 2119b52 commit 67556fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +msise00/private/cmake.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function cmake(src_dir)

cmd = "cmake -B" + build_dir + " -S" + src_dir;
if ispc && isempty(getenv("CMAKE_GENERATOR"))
cmd = cmd + " -G MinGW Makefiles";
cmd = cmd + ' -G "MinGW Makefiles"';
end

assert(system(cmd) == 0, 'error building with CMake')
Expand Down

0 comments on commit 67556fc

Please sign in to comment.