This variable is never defined, so its value is always empty. Since
libunwind is needed to build the C++ ABI library in the first place,
it should never be linked to the C++ ABI library anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rUNW libunwind
- Build Status
Buildable 22215 Build 22215: arc lint + arc unit
Event Timeline
| src/CMakeLists.txt | ||
|---|---|---|
| 54 | Is there any point in this line at all now, or can it be removed altogether? | |
| src/CMakeLists.txt | ||
|---|---|---|
| 54 | I think list(APPEND) can fail if the variable doesn't exist. | |
| src/CMakeLists.txt | ||
|---|---|---|
| 54 | Okay - after reading the cmake docs, I agree that this seems to be the correct solution. | |
Is there any point in this line at all now, or can it be removed altogether?