-
Notifications
You must be signed in to change notification settings - Fork 9
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
Intel Classic compilers complaining about unsupported flag #1799
Labels
Comments
Huh, the documentation says that the check shouldn't accept the flag if there's any diagnostic |
cz4rs
added a commit
that referenced
this issue
May 13, 2022
Yeah, seems like a bug somewhere in between the CMake module and compiler. Works fine for me with CMake 3.18.4 and icpc 2021.6. |
cz4rs
added a commit
that referenced
this issue
May 17, 2022
cz4rs
added a commit
that referenced
this issue
May 20, 2022
cz4rs
added a commit
that referenced
this issue
May 23, 2022
cz4rs
added a commit
that referenced
this issue
May 23, 2022
nlslatt
pushed a commit
that referenced
this issue
May 23, 2022
nlslatt
pushed a commit
that referenced
this issue
May 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
icpc
18 and 19 warn about unsupported command line option:Additional context
We already check this flag with
check_cxx_compiler_flag
before applying. Additional check for compiler type and version might be required.The text was updated successfully, but these errors were encountered: