rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
693 stars 343 forks source link

cmake: Use find_package for msgpack #1270

Closed undisputed-seraphim closed 1 year ago

undisputed-seraphim commented 1 year ago

I'd like to use a newer version of msgpack (6.0.0, latest as of writing). Recent versions of msgpack has dropped support for finding the library via pkgconfig, so we should change CMakeLists to find msgpack via find_package instead.


cielavenir commented 1 year ago

just note: please merge openrave (this one) first then jhbuild. merging jhbuild only will cause build error.

rdiankov commented 1 year ago

thanks~