Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OuadiElfarouki committed Aug 9, 2023
1 parent 36b8f43 commit f20b991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CmakeFunctionHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ function (build_library LIB_NAME ENABLE_EXTENSIONS)
$<TARGET_OBJECTS:trsm>
$<TARGET_OBJECTS:matcopy>
$<TARGET_OBJECTS:transpose>
$<TARGET_OBJECTS:omatadd>)
$<TARGET_OBJECTS:omatadd>
$<TARGET_OBJECTS:matcopy_batch>)

if (${ENABLE_EXTENSIONS})
Expand Down

0 comments on commit f20b991

Please sign in to comment.