Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
set cmake minimum 3.5
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8192

ubuntu 20.04 use cmake 3.16
  • Loading branch information
mosfet80 authored Sep 25, 2023
1 parent 23497a5 commit 72cee34
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.0.2)
cmake_minimum_required(VERSION 3.5)
project(moveit_msgs)

set(MSG_DEPS
Expand Down

0 comments on commit 72cee34

Please sign in to comment.