Bump requried Clang to 12 (AppleClang 13.0.0)

This commit is contained in:
Scott Mansell 2023-02-23 15:27:57 +13:00
parent f34a09b39f
commit a306da2f80
1 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ endif()
# Enforce minimium compiler versions that support the c++20 features we use
set (GCC_min_version 10)
set (Clang_min_version 11)
set (AppleClang_min_version 12.0.5)
set (min_xcode_version "12.5.1") # corrosponding xcode version for AppleClang_min_version
set (Clang_min_version 12)
set (AppleClang_min_version 13.0.0)
set (min_xcode_version "13.0") # corrosponding xcode version for AppleClang_min_version
set (MSVC_min_version 14.32)
set (min_vs_version "2022 17.2.3") # corrosponding Visual Studio version for MSVC_min_version