commit | fddb165c6ce9483e1b928de2eaff3e93464b7f04 | [log] [tgz] |
---|---|---|
author | Tyler Nichols <tylerbrawl@gmail.com> | Thu Apr 25 16:28:35 2024 -0600 |
committer | Brad King <brad.king@kitware.com> | Tue Apr 30 11:05:03 2024 -0400 |
tree | 10af512d201d26eca2679d16edffebf8861f91f9 | |
parent | 1dff17108d542f72e2ad7115ba2a231a22006268 [diff] |
AppleClang: Fix Objective C 23 support detection Set the requirement for Objective C 23 support for AppleClang to `11.0.3` in `${CMAKE_ROOT}\Modules\Compiler\AppleClang-OBJC.cmake`. This is consistent with the requirement for C 23 support as indicated in `${CMAKE_ROOT}\Modules\Compiler\AppleClang-C.cmake`.