We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14be493 commit 85af772Copy full SHA for 85af772
openmp/libomptarget/plugins-nextgen/CMakeLists.txt
@@ -47,7 +47,7 @@ function(add_target_library target_name lib_name)
47
)
48
49
llvm_update_compile_flags(${target_name})
50
- target_link_libraries(${target_name} PUBLIC
+ target_link_libraries(${target_name} PRIVATE
51
PluginCommon ${llvm_libs} ${OPENMP_PTHREAD_LIB})
52
53
target_compile_definitions(${target_name} PRIVATE TARGET_NAME=${lib_name})
0 commit comments