libunwind depends on C++ library headers. When building libunwind as part of LLVM and libc++ is available, use its headers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
CMakeLists.txt | ||
---|---|---|
294 ↗ | (On Diff #87183) | I would name this variable with _DEFAULT on the end so that it is clear that you're setting the default value for a cached variable. |
300 ↗ | (On Diff #87183) | Pretty sure include_directories can't be called with an empty string, so in the case where find_path fails, this could go wrong. |