We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2121b2 commit f2b0abcCopy full SHA for f2b0abc
1 file changed
grid_map_core/CMakeLists.txt
@@ -6,6 +6,9 @@ set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
6
## Find catkin macros and libraries
7
find_package(catkin REQUIRED COMPONENTS)
8
9
+## Define Eigen addons.
10
+include(cmake/${PROJECT_NAME}-extras.cmake)
11
+
12
## System dependencies are found with CMake's conventions
13
#find_package(Eigen3 REQUIRED)
14
# Solution to find Eigen3 with Saucy.
@@ -34,7 +37,8 @@ catkin_package(
34
37
CATKIN_DEPENDS
35
38
DEPENDS
36
39
#Eigen3
- CFG_EXTRAS ${PROJECT_NAME}-extras.cmake
40
+ CFG_EXTRAS
41
+ ${PROJECT_NAME}-extras.cmake
42
)
43
44
###########
0 commit comments