From 1caf92332659383a09b6f131ff8af47387ad032b Mon Sep 17 00:00:00 2001 From: "Johan M. von Behren" Date: Tue, 23 Jul 2019 18:08:45 +0200 Subject: [PATCH] Fix typo in library name --- tsl/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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