Commit ad04089
[cmake] Guard
When building clad as an external project, MSVC does not recognise -W flags
and errors out with:
```
cl : command line error D8021: invalid numeric argument '/Wno-macro-redefined'
```-Wno-macro-redefined behind NOT MSVC
1 parent d6665f8 commit ad04089
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments