[Openmp-commits] [PATCH] D122667: llvm14 patch: hwloc include directory for libompd
John Ericson via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 30 12:56:21 PDT 2022
Ericson2314 added a comment.
@tianshilei1992 Oh sorry you were talking about https://cmake.org/cmake/help/latest/prop_tgt/INTERFACE_INCLUDE_DIRECTORIES.html#prop_tgt:INTERFACE_INCLUDE_DIRECTORIES that behavior right? Specific to when `target_link_library` is used to depend on a target and not OS file.
So the
add_dependencies(ompd omp)
need to be replaced with a `target_link_libraries(ompd omp)`, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122667/new/
https://reviews.llvm.org/D122667
More information about the Openmp-commits
mailing list