boostorg / boostorg/boost_install

staging-prefix not respected by cmake files

Open
#46 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
11
Forks
37
PR merge metrics
No merged PRs in 30d

Description

If I install Boost with `b2 install --prefix=/usr staging-prefix=/tmp/stage/usr` the libraries are installed to `/tmp/stage/usr/lib/...` but fails as the the cmake files are not relocated under the staging prefix:

```
common.mkdir /usr/lib/cmake
| mkdir: cannot create directory ‘/usr/lib/cmake’: Permission denied
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.