Let user install on prefix on out of tree build
Open
- Dominant language
- C
- Stars
- 140
- Forks
- 92
- Avg merge
- 8h 2m
- Merged PRs (30d)
- 7
Description
With this cmake
cmake -DCMAKE_INSTALL_PREFIX= -DCMAKE_BUILD_TYPE=Release -DPREFERRED_LLVM_VERSION=7.0.1 ../opencl-clang/
make install won't install libcommon_clang.so in install prefix.
Also install all needed files for dependencies to find its location, or how is that done with opencl-clang?
Contributor guide
Assessment
This issue has not been assessed yet.