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:
David Korth 2025-05-21 18:22:17 -04:00
parent ef496a2a0d
commit 7f7f903d02

View File

@ -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.