[Openmp-commits] [PATCH] D122667: llvm14 patch: hwloc include directory for libompd

Sajid Ali via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 15 12:13:35 PDT 2022


s-sajid-ali updated this revision to Diff 423147.
s-sajid-ali added a comment.

Incorporate reviewer suggestions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122667/new/

https://reviews.llvm.org/D122667

Files:
  openmp/libompd/src/CMakeLists.txt


Index: openmp/libompd/src/CMakeLists.txt
===================================================================
--- openmp/libompd/src/CMakeLists.txt
+++ openmp/libompd/src/CMakeLists.txt
@@ -14,6 +14,6 @@

 add_library (ompd SHARED TargetValue.cpp omp-debug.cpp omp-state.cpp omp-icv.cpp)

-add_dependencies(ompd omp) # ensure generated import library is created first
+target_link_libraries(ompd omp) # ensure generated import library is created first

 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122667.423147.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220415/87cb25ea/attachment.bin>


More information about the Openmp-commits mailing list