1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

fix cmake deprecation

cmake version < then 3.10 is deprecated
This commit is contained in:
mosfet80 2025-07-15 18:43:29 +02:00 committed by GitHub
parent 683e12d2f6
commit 3fc4b38d05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 3.10)
project(serial) project(serial)
# Find catkin # Find catkin