From f4b480dd1b31aa7cee8258a0af06555522711e86 Mon Sep 17 00:00:00 2001 From: Mike Popoloski Date: Sat, 14 Dec 2024 12:32:53 -0500 Subject: [PATCH] Update docs for minimum supported Xcode and clang versions --- docs/building.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.dox b/docs/building.dox index 1557e3982..00c797343 100644 --- a/docs/building.dox +++ b/docs/building.dox @@ -18,8 +18,8 @@ slang requires the following tools in order to build: - [CMake](https://cmake.org/) (3.20 or later) - C++20 compatible compiler. Minimum supported compiler versions: - GCC 11 - - clang 16 - - Xcode 15 + - clang 17 + - Xcode 16 - MSVC support is tested only against the most recent update of VS 2022 @section building-start Quick Start