Jonathan Howard
Jonathan Howard
On an Intel Macbook Pro, Ventura 13.6.1. I ran setup-cpp. Cmake had a config error from not finding ninja. I figured out that setup-cpp configured .cpprc for bash in .profile....
So I backed out the setup-cpp install of llvm and used Xcode CLI Tools. Project build succeeded and tests passed.
Worked out of box for me. Using Intel MacBook Pro, Ventura 13.6.1, Xcode CLI Tools Clang 15, only tools bundled with CLion. Project built automatically when I opened it. All...