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 91d7ca9 commit 32939a1Copy full SHA for 32939a1
offload/src/CMakeLists.txt
@@ -72,11 +72,6 @@ endforeach()
72
target_compile_options(omptarget PUBLIC ${offload_compile_flags})
73
target_link_options(omptarget PUBLIC ${offload_link_flags})
74
75
-list(TRANSFORM LIBOMPTARGET_PLUGINS_TO_LOAD PREPEND "\"libomptarget.rtl.")
76
-list(TRANSFORM LIBOMPTARGET_PLUGINS_TO_LOAD APPEND "\"")
77
-list(JOIN LIBOMPTARGET_PLUGINS_TO_LOAD "," ENABLED_OFFLOAD_PLUGINS)
78
-target_compile_definitions(omptarget PRIVATE ENABLED_OFFLOAD_PLUGINS=${ENABLED_OFFLOAD_PLUGINS})
79
-
80
# libomptarget.so needs to be aware of where the plugins live as they
81
# are now separated in the build directory.
82
set_target_properties(omptarget PROPERTIES
0 commit comments