You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guard adding intel compiler flag behind check for intel compiler. (#2004)
* Guard adding intel compiler flag behind check for intel compiler.
For reasons I don't yet fully understand, failing to guard the check
for flag -wd654 will cause it to be added to certain clang
configurations, and then cause compilation to fail.
While exactly why this happens needs investigation, the fix
proposed in this patch seems direct and simple enough to
apply regardless.
* Update CMakeLists.txt
Address review comments by reusing intel compiler block.
0 commit comments