diff --git a/CMakeLists.txt b/CMakeLists.txt index 71b156b1f..762782b67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,7 +530,7 @@ if(CUDA_FOUND) if (NOT USE_HIP) target_link_libraries( opmsimulators PUBLIC ${CUDA_cusparse_LIBRARY} ) target_link_libraries( opmsimulators PUBLIC ${CUDA_cublas_LIBRARY} ) - foreach(tgt test_gpu_safe_call test_cuda_check_last_error test_cuvector) + foreach(tgt test_gpu_safe_call test_cuda_check_last_error test_GpuVector) target_link_libraries(${tgt} CUDA::cudart) endforeach() endif()