Minor fixes for Cartographer from ROS (#1705)
* restrict boost dependencies to the ones used * Also add googletest as a build dependency. * Set GMOCK_INCLUDE_DIRS when doing src fallback. Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com> Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> Co-authored-by: Mikael Arguedas <mikael.arguedas@gmail.com>master
parent
a9ad813c26
commit
1f69b83e8a
|
@ -77,6 +77,7 @@ if(NOT GMock_FOUND)
|
|||
EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
set(GMOCK_LIBRARIES gmock_main)
|
||||
set(GMOCK_INCLUDE_DIRS ${GMOCK_SRC_DIR}/include)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
@ -38,9 +38,10 @@
|
|||
|
||||
<build_depend>git</build_depend>
|
||||
<build_depend>google-mock</build_depend>
|
||||
<build_depend>gtest</build_depend>
|
||||
<build_depend>python3-sphinx</build_depend>
|
||||
|
||||
<depend>boost</depend>
|
||||
<depend>libboost-iostreams-dev</depend>
|
||||
<depend>eigen</depend>
|
||||
<depend>libcairo2-dev</depend>
|
||||
<depend>libceres-dev</depend>
|
||||
|
|
Loading…
Reference in New Issue