Skip to content

Commit

Permalink
chore: fix cmake min version deprecation warning (moveit#139)
Browse files Browse the repository at this point in the history
* chore: fix cmake min version deprecation warning

This commit fixes the cmake min version < 3.5 deprecation warning.

* chore: update minimum cmake version to 3.10

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>

---------

Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
  • Loading branch information
rickstaa and rhaschke committed Aug 15, 2023
1 parent 058a848 commit fa25725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.10)
project(panda_moveit_config)

find_package(catkin REQUIRED)
Expand Down

0 comments on commit fa25725

Please sign in to comment.