Skip to content

Commit 813a671

Browse files
[OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)
This was an oversight that seems to be causing problems on certain builds. This patch should fix #76225.
1 parent 345d7b1 commit 813a671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/unittests/Plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(PLUGINS_TEST_COMMON omptarget OMPT omptarget.devicertl)
1+
set(PLUGINS_TEST_COMMON omptarget)
22
set(PLUGINS_TEST_SOURCES NextgenPluginsTest.cpp)
33
set(PLUGINS_TEST_INCLUDE ${LIBOMPTARGET_INCLUDE_DIR})
44

0 commit comments

Comments
 (0)