Skip to content
Snippets Groups Projects
Commit 26e111a4 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Cosmetics

parent e7ddc201
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.0.2) CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
project(wolf_demo_visual_odometry) project(wolf_demo_visual_odometry)
#######################################################################
# This file does absolutely nothing, since there is no code # This file does absolutely nothing, since there is no code
# to compile but is necessary to avoid errors when building with catkin # to compile but is necessary to avoid errors when building with catkin
#######################################################################
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<license>BSD2</license> <license>BSD2</license>
<build_depend>wolf_ros_node</build_depend>
<build_depend>wolf_ros_vision</build_depend> <build_depend>wolf_ros_vision</build_depend>
<buildtool_depend>catkin</buildtool_depend> <buildtool_depend>catkin</buildtool_depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment