Skip to content

Commit 6fa1823

Browse files
committed
Fix compiling
1 parent 0461869 commit 6fa1823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ remove_definitions(-D__MPI)
22
install(DIRECTORY data DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
33
AddTest(
44
TARGET base_blas_connector
5-
LIBS parameter ${math_libs} device
5+
LIBS parameter ${math_libs} base device
66
SOURCES blas_connector_test.cpp ../blas_connector.cpp
77
)
88
AddTest(

0 commit comments

Comments
 (0)