Closed traversaro closed 1 year ago
Change the CMake package name to msgpackc, as requested in https://github.com/msgpack/msgpack-c/issues/1043#issuecomment-1372169699 . After this change, to find the C library in the system, it is necessary to call:
find_package(msgpackc-cxx REQUIRED)
instead of the previously used:
find_package(msgpack REQUIRED)
Fix https://github.com/msgpack/msgpack-c/issues/1043 .
Change the CMake package name to msgpackc, as requested in https://github.com/msgpack/msgpack-c/issues/1043#issuecomment-1372169699 . After this change, to find the C library in the system, it is necessary to call:
instead of the previously used:
Fix https://github.com/msgpack/msgpack-c/issues/1043 .