FastDDS 安装 foonathan_memory_vendor 找不到
cmake -v = 3.23.2
git clone https://github.com/eProsima/foonathan_memory_vendor.git
cd foonathan_memory_vendor
mkdir build && cd build
# cmake .. 编译不成功需要替换为如下:
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON ..
# 执行安装
cmake --build . --target install