Skip to content

Commit

Permalink
Increase the minimum CMake version for the interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Apr 18, 2024
1 parent e001873 commit c441e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schunk_egu_egk_gripper_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.22)
project(schunk_egu_egk_gripper_interfaces)

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
Expand Down
2 changes: 2 additions & 0 deletions schunk_egu_egk_gripper_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<name>schunk_egu_egk_gripper_interfaces</name>
<version>1.0.0</version>
<description>Provides interface descriptions to communicate with SCHUNK EGU/EGK grippers over ROS 2</description>
<author>Viktora Krimer</author>
<author>Fabian Reinwald</author>
<maintainer email="[email protected]">Stefan Scherzinger</maintainer>
<license>todo</license>

Expand Down

0 comments on commit c441e34

Please sign in to comment.