Fix build

This commit is contained in:
2023-01-10 16:47:45 +02:00
parent 61a1cf6618
commit 1a97dbae11
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
project(ign_moveit2_examples) project(drawing-robot-ros2)
# Default to C11 # Default to C11
if(NOT CMAKE_C_STANDARD) if(NOT CMAKE_C_STANDARD)

View File

@@ -3,9 +3,9 @@
<name>drawing-robot-ros2</name> <name>drawing-robot-ros2</name>
<version>0.0.0</version> <version>0.0.0</version>
<description>drawing-robot-ros2</description> <description>drawing-robot-ros2</description>
<maintainer email=""></maintainer> <maintainer email="a@a.com">a</maintainer>
<author></author> <author>a</author>
<license></license> <license>GPL</license>
<buildtool_depend>ament_cmake</buildtool_depend> <buildtool_depend>ament_cmake</buildtool_depend>