-
The whole mkdir/cd dance is not required - cmake can take the build dir (-B) and source dir (-S) so use those. Similarly, there's no need to invoke make, especially since cmake might be using the ninja backend. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
0acede82
Loading