Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added a regex expression to catch compiler options that are not suppo…
Browse files Browse the repository at this point in the history
…rted by ifx
  • Loading branch information
daminton committed May 18, 2023
1 parent 43ae5ed commit 9d78839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/SetCompileFlag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ FUNCTION(SET_COMPILE_FLAG FLAGVAR FLAGVAL LANG)
SET(FAIL_REGEX
"ignoring unknown option" # Intel
"invalid argument" # Intel
"not supported" # Intel ifx
"unrecognized .*option" # GNU
"[Uu]nknown switch" # Portland Group
"ignoring unknown option" # MSVC
Expand Down

0 comments on commit 9d78839

Please sign in to comment.