-
Notifications
You must be signed in to change notification settings - Fork 7
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
User test Feedback #7
Comments
I suppose since we now use CMake toolchain files, we can set the Kvasir toolchain directory automatically from that file instead. I'll see if that works.
This may be caused by re-running cmake with the TOOLCHAIN parameter in an existing (and generated) build directory. Could this be the case? |
Do you guys want to set -std=c++11 or c++14 or whatever standard we've decided on by default? |
I don't know, I would like toolchain to be usable for other things than to use it for kvasir. And maybe other projects can't run on 11/14 |
The text was updated successfully, but these errors were encountered: