Update top-level CMake version requirement to 3.24 to match everything else.

This commit is contained in:
Rob McDonald
2024-02-02 23:35:37 -08:00
parent ec8e06f9c9
commit c935b757e2

View File

@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
CMAKE_MINIMUM_REQUIRED(VERSION 3.24)
PROJECT( VSP_TOP )