Fixes #100. Adds some fixes for MacOS build to work with spaces in the path. However uncovers #105, the linuxdeploy tool can't seem to handle spaces in the path for one of its arguments.
Implementation
Used the .shellQuote method, as suggested by @jrsurge. Put quotes around stuff in CMakeLists.txt.
Purpose and motivation
Fixes #100. Adds some fixes for MacOS build to work with spaces in the path. However uncovers #105, the linuxdeploy tool can't seem to handle spaces in the path for one of its arguments.
Implementation
Used the
.shellQuote
method, as suggested by @jrsurge. Put quotes around stuff in CMakeLists.txt.Types of changes
Status