1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00

Update CMake requirements

cmake version < then 3.10 is deprecated
This commit is contained in:
mosfet80 2025-07-08 15:50:39 +02:00 committed by GitHub
parent 683e12d2f6
commit d1797e2a1b
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