Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/librett.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down