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 a693ae5 commit a063df2Copy full SHA for a063df2
openmp/libomptarget/plugins-nextgen/CMakeLists.txt
@@ -58,7 +58,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "${tmachine}$")
58
"omptarget.rtl.${tmachine_libname}" PRIVATE FFI::ffi)
59
endif()
60
else()
61
- libomptarget_say("Building ${tmachine_libname} plugie for dlopened libffi")
+ libomptarget_say("Building ${tmachine_libname} plugin for dlopened libffi")
62
target_sources("omptarget.rtl.${tmachine_libname}" PRIVATE
63
${CMAKE_CURRENT_SOURCE_DIR}/../generic-elf-64bit/dynamic_ffi/ffi.cpp)
64
target_include_directories("omptarget.rtl.${tmachine_libname}" PRIVATE
0 commit comments