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 c374788 commit 20e0bacCopy full SHA for 20e0bac
openmp/libomptarget/plugins-nextgen/host/CMakeLists.txt
@@ -31,11 +31,6 @@ else()
31
target_include_directories(omptarget.rtl.${machine} PRIVATE dynamic_ffi)
32
endif()
33
34
-if(LIBOMP_HAVE_VERSION_SCRIPT_FLAG)
35
- target_link_libraries(omptarget.rtl.${machine} PRIVATE
36
- "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/../exports")
37
-endif()
38
-
39
# Install plugin under the lib destination folder.
40
install(TARGETS omptarget.rtl.${machine}
41
LIBRARY DESTINATION "${OPENMP_INSTALL_LIBDIR}")
0 commit comments