mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
CMakeLists.txt: Change CMAKE_MINIMUM_REQUIRED() from 3.5 to 3.5..3.10.
CMake 4.0 requires a minimum of 3.5, and shows warnings for anything less than 3.10.
This commit is contained in:
parent
ef496a2a0d
commit
7f7f903d02
@ -1,5 +1,5 @@
|
||||
# RVT-H Tool
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.5..3.10)
|
||||
|
||||
# CMP0048: Set VERSION variables based on the project version specified in PROJECT().
|
||||
# Introduced in CMake 3.0.
|
||||
|
Loading…
Reference in New Issue
Block a user