Commit 437b33e
committed
Enable CMP0156 on LLVM
CMP0156 removes duplicate library links based on linker capabilities.
The new Apple linker emits warnings when libraries are repeated on the
link line because they do not have an effect.
Enabling this policy will remove the duplicate libraries, fixing these
warnings.1 parent 0ffc76a commit 437b33e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments