execute_process() executes the child process using operating system APIs
directly. This means that on Windows 10 with WSL installed, cmake was
using WSL bash instead of conda-installed m2-bash. WSL bash is unable to
parse Windows style paths which was causing a 'file not found' error.
execute_process() executes the child process using operating system APIs directly. This means that on Windows 10 with WSL installed, cmake was using WSL bash instead of conda-installed m2-bash. WSL bash is unable to parse Windows style paths which was causing a 'file not found' error.