We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fe67d commit e4cf55cCopy full SHA for e4cf55c
CMakeLists.txt
@@ -39,7 +39,7 @@ option(ENABLE_RAPIDJSON "Enable rapid-json usage." OFF)
39
option(ENABLE_CNPY "Enable cnpy usage." OFF)
40
option(ENABLE_PEXSI "Enable support for PEXSI." OFF)
41
option(ENABLE_CUSOLVERMP "Enable cusolvermp." OFF)
42
-option(ENABLE_DSP "Enable DSP usage." OFF)
+option(USE_DSP "Enable DSP usage." OFF)
43
44
# enable json support
45
if(ENABLE_RAPIDJSON)
@@ -248,7 +248,7 @@ if(ENABLE_MPI)
248
endif()
249
250
if (USE_DSP)
251
- target_link_libraries(${ABACUS_BIN_NAME} DIR_MTBLAS_LIBRARY)
+ target_link_libraries(${ABACUS_BIN_NAME} ${DIR_MTBLAS_LIBRARY})
252
253
254
find_package(Threads REQUIRED)
0 commit comments