mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
fix cmake deprecation
cmake version < then 3.10 is deprecated
This commit is contained in:
parent
683e12d2f6
commit
3fc4b38d05
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8.3)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(serial)
|
||||
|
||||
# Find catkin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user