Thijs Withaar

Results 15 comments of Thijs Withaar
trafficstars

> 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...

Note that this seems to have the same goal as what I'm after in https://github.com/AdaptiveCpp/AdaptiveCpp/pull/1094. Surprisingly, they're quite complementary in terms of changes. Would it make sense to combiner these...