mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
fix compilation with newer CMake
less than 3.5 is not supported anymore.
This commit is contained in:
committed by
Jianhui Zhao
parent
52c84eaecc
commit
4e01ffdf91
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(rtty C)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user