summarylogtreecommitdiffstats
path: root/0001-link-butterflypack.patch
blob: 8943f8b4e2067a080d7e845e62cf354c2cecaef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd573c9b..9c172223 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -673,11 +673,7 @@ if(SZ3_FOUND)
 endif()
 
 if(ButterflyPACK_FOUND)
-  target_link_libraries(strumpack PUBLIC
-    ButterflyPACK::sbutterflypack
-    ButterflyPACK::dbutterflypack
-    ButterflyPACK::cbutterflypack
-    ButterflyPACK::zbutterflypack)
+  target_link_libraries(strumpack PUBLIC ButterflyPACK::butterflypack)
 endif()
 
 if(slate_FOUND)