Embedded spaces in project directory path cause trouble
It seems that nothing can work if some component of the project directory contains a space character - details below. Unfortunately I can do nothing about avoiding the problem, because I am using a Microsoft cloud drive where it is impossible to change the top-level name to avoid the spaces. ``` Log output: CMake Error at /Volumes/External/Users/peterk/OneDrive - Cardiff University/papers/nonAdiabatic-c2/UseLATEX.cmake:485 (file): file failed to open for reading (No such file or directory): /Volumes/External/Users/peterk/OneDrive\ -\ Cardiff\ University/papers/nonAdiabatic-c2/cmake-build-debug/Molecular-Second-Quantised-Hamiltonian.log Call Stack (most recent call first): /Volumes/External/Users/peterk/OneDrive - Cardiff University/papers/nonAdiabatic-c2/UseLATEX.cmake:1935 (latex_execute_latex) ```
issue