summarylogtreecommitdiffstats
path: root/find-msgpack-5.patch
blob: 37b7f822352b4253dcd2f867dbfd640f1cc0526e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Tensile-rocm-5.4.2/Tensile/Source/lib/CMakeLists.txt.bak	2023-01-27 08:30:16.374451318 +0100
+++ Tensile-rocm-5.4.2/Tensile/Source/lib/CMakeLists.txt	2023-01-27 08:30:33.194515443 +0100
@@ -103,7 +103,7 @@
 endif()
 
 if(TENSILE_USE_MSGPACK)
-    find_package(msgpack REQUIRED)
+    find_package(msgpackc-cxx REQUIRED)
     target_compile_definitions(TensileHost PUBLIC -DTENSILE_MSGPACK=1)
 
     if(TARGET msgpackc-cxx)