[Openmp-commits] [PATCH] D122667: llvm14 patch: hwloc include directory for libompd
Sajid Ali via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Mar 30 08:17:22 PDT 2022
s-sajid-ali updated this revision to Diff 419149.
s-sajid-ali added a comment.
Incorporate reviewer feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122667/new/
https://reviews.llvm.org/D122667
Files:
openmp/runtime/src/CMakeLists.txt
Index: openmp/runtime/src/CMakeLists.txt
===================================================================
--- openmp/runtime/src/CMakeLists.txt
+++ openmp/runtime/src/CMakeLists.txt
@@ -47,7 +47,7 @@
${LIBOMP_SRC_DIR}/thirdparty/ittnotify
)
if(${LIBOMP_USE_HWLOC})
- target_include_directories(${LIBOMP_HWLOC_INSTALL_DIR}/include PUBLIC)
+ include_directories(${LIBOMP_HWLOC_INSTALL_DIR}/include)
endif()
# Building with time profiling support requires LLVM directory includes.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122667.419149.patch
Type: text/x-patch
Size: 491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220330/7b6d9bfb/attachment.bin>
More information about the Openmp-commits
mailing list