Closed s-hillerk closed 4 years ago
This PR fixes some issues in install.sh as it does not work out of the box (tested on Ubuntu 20.04). Namely those fixes are:
install.sh
realpath
set -e
Solves #39.
This PR fixes some issues in
install.sh
as it does not work out of the box (tested on Ubuntu 20.04). Namely those fixes are:realpath
to avoid passing relative paths to cmakeset -e
line to stop the script on first errorSolves #39.