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
Unlike #2747, no value that I pass to the msbuild_verbosity argument in the CMake constructor will prevent the command from being issued. It would be nice if there was some way to just remove the "/verbosity: ... " command from being issued at all.
The text was updated successfully, but these errors were encountered:
This is similar to #2747, but there isn't as elegant a workaround, so I thought it was worth opening an issue.
Intel fortran doesn't understand the verbosity command, and it causes the build to fail.
The workaround I came up with is this:
Unlike #2747, no value that I pass to the msbuild_verbosity argument in the CMake constructor will prevent the command from being issued. It would be nice if there was some way to just remove the "/verbosity: ... " command from being issued at all.
The text was updated successfully, but these errors were encountered: