Skip to content
Snippets Groups Projects
Unverified Commit fa257250 authored by Rick Staa's avatar Rick Staa Committed by GitHub
Browse files

chore: fix cmake min version deprecation warning (#139)


* 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: default avatarRobert Haschke <rhaschke@users.noreply.github.com>

---------

Co-authored-by: default avatarRobert Haschke <rhaschke@users.noreply.github.com>
parent 058a848a
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.10)
project(panda_moveit_config)
find_package(catkin REQUIRED)
......
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