diff --git a/external/librett.cmake b/external/librett.cmake index 797bc8e64e..aa1287d90d 100644 --- a/external/librett.cmake +++ b/external/librett.cmake @@ -133,7 +133,7 @@ else() ") # Add LibreTT dependency to External - add_dependencies(External-tiledarray librett-build) + add_dependencies(External-tiledarray librett) set(_LIBRETT_INSTALL_DIR ${EXTERNAL_INSTALL_DIR}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b96180ce76..a8b3d6f4fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -267,7 +267,7 @@ if(CUDA_FOUND) LANGUAGE CUDA) # the list of libraries on which TiledArray depends on - list(APPEND _TILEDARRAY_DEPENDENCIES CUDA::cublas CUDA::nvToolsExt TiledArray_LIBRETT) + list(APPEND _TILEDARRAY_DEPENDENCIES CUDA::cudart CUDA::cublas CUDA::nvToolsExt TiledArray_LIBRETT) endif(CUDA_FOUND)