From 94b38c65be47ce6aaebad014b0ac4ef517616e4f Mon Sep 17 00:00:00 2001 From: MikePopoloski Date: Fri, 5 Apr 2024 19:20:11 -0400 Subject: [PATCH] Bump cmake max supported version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dffc57ee..ef52a8c95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # ~~~ # slang - cmake entry point -cmake_minimum_required(VERSION 3.20...3.26) +cmake_minimum_required(VERSION 3.20...3.29) # Determine if slang is built as a subproject (using add_subdirectory) or if it # is the master project.