Small CMake correction in the macOS build docs. My Mac will actually use AppleClang if I don’t specify the compiler flags.
0% cmake -B testbuild
1-- The CXX compiler identification is AppleClang 15.0.0.15000309
0% cmake -B testbuild -DCMAKE_C_COMPILER="$(brew --prefix llvm)/bin/clang" -DCMAKE_CXX_COMPILER="$(brew --prefix llvm)/bin/clang++"
1-- The CXX compiler identification is Clang 18.1.8