[Openmp-commits] [PATCH] D122667: llvm14 patch: hwloc include directory for libompd
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 30 09:25:34 PDT 2022
AndreyChurbanov added a comment.
In D122667#3416936 <https://reviews.llvm.org/D122667#3416936>, @AndreyChurbanov wrote:
> Current patch does not work. I think the solution would be to add same conditional include_directories to `openmp/libompd/src/CMakeLists.txt`.
I meant "simple" solution. Probably `target_include_directories` can be a "better" solution, but I am not a cmake expert, and don't know how to use `target_include_directories`. Obviously current usage is wrong.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122667/new/
https://reviews.llvm.org/D122667
More information about the Openmp-commits
mailing list