# Disable warnings that are irrelevant to us as packagers
cmakeFlags=["-Wno-dev"];
# We run one of the executables we build while the build is
# still running (and patchelf hasn't been invoked) which means
# the RPATH is not set correctly. This hacks around that error:
#
# build/bin/rtabmap-res_tool: error while loading shared libraries: librtabmap_utilite.so.0.20: cannot open shared object file: No such file or directory
LD_LIBRARY_PATH="/build/source/build/bin";
meta=withlib;{
description="Real-Time Appearance-Based 3D Mapping";