This is going to be used by the runtime build in the multi-target setup to allow using different install prefix for each target.
Details
Details
- Reviewers
beanz - Commits
- rG8bb0f6ec88a3: [libunwind][CMake] Add install path variable to allow overriding the destination
rUNW307606: [libunwind][CMake] Add install path variable to allow overriding the destination
rL307606: [libunwind][CMake] Add install path variable to allow overriding the destination
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
CMakeLists.txt | ||
---|---|---|
167 | We need to have some enforcement that this is either empty or ends in "/" otherwise the behavior will be unintuitive. If you add that to all three of the patches this will be good. That enforcement could be something like I sent you a while back, or it could be a CMake error. I just want to make it hard to misuse this feature. |
We need to have some enforcement that this is either empty or ends in "/" otherwise the behavior will be unintuitive. If you add that to all three of the patches this will be good.
That enforcement could be something like I sent you a while back, or it could be a CMake error. I just want to make it hard to misuse this feature.