diff --git a/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt --- a/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt +++ b/openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt @@ -3,7 +3,7 @@ return() endif() -set(deps omptarget-nvptx omptarget omp) +set(deps omptarget omp) if(LIBOMPTARGET_NVPTX_ENABLE_BCLIB) set(deps ${deps} omptarget-nvptx-bc) endif()