Skip to content

Commit

Permalink
Fix typo in library name
Browse files Browse the repository at this point in the history
  • Loading branch information
jovobe committed Jul 23, 2019
1 parent 5a5fa81 commit 1caf923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ add_library(tsl SHARED STATIC
target_link_libraries(tsl
PUBLIC fmt
PUBLIC glm
PUBLIC BLAS
PUBLIC blas
)

# TSL Benchmark
Expand Down

0 comments on commit 1caf923

Please sign in to comment.