Thijs Withaar
Thijs Withaar
> It is already possible to install as a non-privileged user as long as the install directory does not require root permissions When I'm compiling with the clang as installed...
> Are you trying to install into the system-wide clang directory (if so, why?) ? The build-script I'm using is pasted below, which made me realiase that I upgraded clang,...
> No, the reason it tries to install to `/usr` is because you have not set `CMAKE_INSTALL_PREFIX` to your desired install location, so it just defaults to a system-wide installation...
> Is this still needed? Does PR #1172 resolve this issue? Not fully. I did update the PR the latest branch. In order for CPack to run, it cannot have...