Skip to content

Commit

Permalink
[OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)
Browse files Browse the repository at this point in the history
This was an oversight that seems to be causing problems on certain
builds. This patch should fix #76225.
  • Loading branch information
EthanLuisMcDonough committed Dec 22, 2023
1 parent 345d7b1 commit 813a671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/libomptarget/unittests/Plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PLUGINS_TEST_COMMON omptarget OMPT omptarget.devicertl)
set(PLUGINS_TEST_COMMON omptarget)
set(PLUGINS_TEST_SOURCES NextgenPluginsTest.cpp)
set(PLUGINS_TEST_INCLUDE ${LIBOMPTARGET_INCLUDE_DIR})

Expand Down

0 comments on commit 813a671

Please sign in to comment.