Skip to content

Commit 8a11c55

Browse files
committed
Revert "[OpenMP] Make libomptarget link against libomp"
This reverts commit dc049a4. It causes issue of export target.
1 parent 7133283 commit 8a11c55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openmp/libomptarget/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ add_llvm_library(omptarget
3131
Support
3232
Object
3333

34-
LINK_LIBS
35-
PUBLIC
36-
omp
37-
3834
NO_INSTALL_RPATH
3935
)
4036
target_include_directories(omptarget PRIVATE ${LIBOMPTARGET_INCLUDE_DIR})

0 commit comments

Comments
 (0)