Skip to content

Commit 1d8b4e7

Browse files
committed
Fix CMakeLists Bug
1 parent 28a784f commit 1d8b4e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ endif()
249249

250250
if (USE_DSP)
251251
target_link_libraries(${ABACUS_BIN_NAME} ${DIR_MTBLAS_LIBRARY})
252+
add_compile_definitions(__DSP)
252253
endif()
253254

254255
find_package(Threads REQUIRED)

0 commit comments

Comments
 (0)