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

[compilation issue] new version of nanogui requires C++17, but ext/CMakeLists.txt still uses C++14 #24

Open
LukasRuppert opened this issue Oct 21, 2021 · 0 comments

Comments

@LukasRuppert
Copy link

Hi, with the updated version of nanogui, you're also using a few C++17 features, e.g. here.
You may want to adjust the ext/CMakeLists.txt to use C++17 or even C++20 when available.

g++ 11.2.1 will otherwise not compile Nori.
clang++ 11 seems to work fine, though.

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

1 participant