You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macs often, but not always, come installed with the clang compiler. Using the above directive causes cmake to ignore this perfectly functional compiler in favour of forcing the user to figure out how to install GCC. Dropping -DCMAKE_CXX_COMPILER=g++-11 will cause cmake to automatically select an appropriate compiler if one is available.
The text was updated successfully, but these errors were encountered:
Your Mac setup instructions include
Macs often, but not always, come installed with the clang compiler. Using the above directive causes cmake to ignore this perfectly functional compiler in favour of forcing the user to figure out how to install GCC. Dropping
-DCMAKE_CXX_COMPILER=g++-11
will cause cmake to automatically select an appropriate compiler if one is available.The text was updated successfully, but these errors were encountered: