Skip to content

Commit f2b0abc

Browse files
author
Peter Fankhauser
committed
Resolving failing unit tests.
1 parent e2121b2 commit f2b0abc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

grid_map_core/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
66
## Find catkin macros and libraries
77
find_package(catkin REQUIRED COMPONENTS)
88

9+
## Define Eigen addons.
10+
include(cmake/${PROJECT_NAME}-extras.cmake)
11+
912
## System dependencies are found with CMake's conventions
1013
#find_package(Eigen3 REQUIRED)
1114
# Solution to find Eigen3 with Saucy.
@@ -34,7 +37,8 @@ catkin_package(
3437
CATKIN_DEPENDS
3538
DEPENDS
3639
#Eigen3
37-
CFG_EXTRAS ${PROJECT_NAME}-extras.cmake
40+
CFG_EXTRAS
41+
${PROJECT_NAME}-extras.cmake
3842
)
3943

4044
###########

0 commit comments

Comments
 (0)