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

raise errors for invalid options passed by the user #23

Open
trontrytel opened this issue Mar 19, 2018 · 3 comments
Open

raise errors for invalid options passed by the user #23

trontrytel opened this issue Mar 19, 2018 · 3 comments

Comments

@trontrytel
Copy link
Contributor

Right now they are silently ignored. Which is not good at all :)

@zengqingwei519
Copy link

camke-error
Dear Anna,
Could you kindly help me to solve this compile error?
Thank you very much!
Best!
Q. W. Zeng

@trontrytel
Copy link
Contributor Author

Hi @zengqingwei519. You should be contacting @pdziekan - he is the main developer of this project right now.
To me it looks like you are using gcc 7.3 which should be good enough for the C++14 requirement. It is strange that cmake doesn't have the access to your build folder. Maybe thats the issue here?

Best!

@mwarusz
Copy link
Contributor

mwarusz commented Aug 27, 2018

I second the hunch that permissions are the issue here. The way that the C++14 check is done is by
making a temporary source file and trying to compile it, hence if the file creation fails the check will fail.

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

3 participants