Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't hardcode compiler #3

Open
r-barnes opened this issue May 18, 2022 · 2 comments
Open

Don't hardcode compiler #3

r-barnes opened this issue May 18, 2022 · 2 comments

Comments

@r-barnes
Copy link

Your Mac setup instructions include

cmake CMakeLists.txt -DCMAKE_CXX_COMPILER=g++-11

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.

@changliao1025
Copy link
Owner

Yes, we will test the clang compiler and relax this requirement.

@r-barnes
Copy link
Author

@changliao1025 - Campbell, the attendee you mentioned, ran your tutorial using clang yesterday and did not report a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants