Skip to content

v0.3.0

Choose a tag to compare

@ekilmer ekilmer released this 01 Apr 17:07
· 67 commits to master since this release
a0ebd68

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_SYSROOT and 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

Full Changelog: v0.2.24...v0.3.0