diff --git a/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt index 1eabeb25ff98..df6f665329ea 100644 --- a/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt @@ -3,7 +3,7 @@ if(NOT OPENMP_TEST_COMPILER_ID STREQUAL "Clang") return() endif() -set(deps omptarget-nvptx omptarget omp) +set(deps omptarget omp) if(LIBOMPTARGET_NVPTX_ENABLE_BCLIB) set(deps ${deps} omptarget-nvptx-bc) endif()