This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Commit bbed7dc
committed
Respect CMAKE_EXE_LINKER_FLAGS/CMAKE_SHARED_LINKER_FLAGS flags set via CLI
In case of Clang, we were always overriding the above mentioned flags
and hence cmake args were ignored (resuliting in link errors)1 parent 5379663 commit bbed7dc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments