fix compilation with newer CMake

less than 3.5 is not supported anymore.
This commit is contained in:
Rosen Penev
2025-11-24 08:33:13 -08:00
committed by Jianhui Zhao
parent 52c84eaecc
commit 4e01ffdf91

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.10)
project(rtty C)