added cmake_modules for test.

This commit is contained in:
Kayman
2018-03-28 16:46:38 +09:00
parent 25c569c911
commit a6ca620b7b
3 changed files with 4 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ endif(NOT ${YAML_CPP_VERSION} VERSION_LESS "0.5")
################################################################################
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp sensor_msgs
CATKIN_DEPENDS roscpp sensor_msgs cmake_modules
DEPENDS EIGEN3
)