archrelease: copy trunk to community-any
[arch-community.git] / rocblas / trunk / find-msgpack-5.patch
blob37b7f822352b4253dcd2f867dbfd640f1cc0526e
1 --- Tensile-rocm-5.4.2/Tensile/Source/lib/CMakeLists.txt.bak 2023-01-27 08:30:16.374451318 +0100
2 +++ Tensile-rocm-5.4.2/Tensile/Source/lib/CMakeLists.txt 2023-01-27 08:30:33.194515443 +0100
3 @@ -103,7 +103,7 @@
4 endif()
6 if(TENSILE_USE_MSGPACK)
7 - find_package(msgpack REQUIRED)
8 + find_package(msgpackc-cxx REQUIRED)
9 target_compile_definitions(TensileHost PUBLIC -DTENSILE_MSGPACK=1)
11 if(TARGET msgpackc-cxx)