diff --git a/tsl/src/CMakeLists.txt b/tsl/src/CMakeLists.txt index 4c530e7..f7252a4 100644 --- a/tsl/src/CMakeLists.txt +++ b/tsl/src/CMakeLists.txt @@ -17,7 +17,7 @@ add_library(tsl SHARED STATIC target_link_libraries(tsl PUBLIC fmt PUBLIC glm - PUBLIC BLAS + PUBLIC blas ) # TSL Benchmark