v0.3.0
What's Changed
- LLVM 16 by @Ninja3047 in #1013
- Bump to macOS 12 and Xcode 14.2
- Clang 16 requires specifying macOS SDK path if you are trying to use it outside of a normal CMake project
- Normally, CMake will automatically set
CMAKE_OSX_SYSROOTand add it to the compilation flags as-isysroot ${CMAKE_OSX_SYSROOT} - If you need to grab the path manually you can run the following
$ xcrun --sdk macosx --show-sdk-path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk
- Normally, CMake will automatically set
Full Changelog: v0.2.24...v0.3.0