I am breaking apart D99484 so the cause of build failures is easier to
understand.
Details
- Reviewers
compnerd phosek beanz - Group Reviewers
Restricted Project Restricted Project Restricted Project - Commits
- rGf16a4a034a27: [libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom…
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This code was previously approved as part of D99484 so to continue my breaking-for-easy-trouble-shooting I will land this next.
libcxx/CMakeLists.txt | ||
---|---|---|
32 | Shouldn't this be included below project() to avoid cmake warnings? |
libcxx/CMakeLists.txt | ||
---|---|---|
32 | Sorry, I did see this and your earlier comment in https://reviews.llvm.org/D100810#3248494 . If it's OK, I figured I might want to come up with a systematic solution later. Relatedly, we are not yet using CMAKE_INSTALL_LIBDIR because of LLVM_LIBDIR_SUFFIX and friends. I think the solution might end being custom logic to default CMAKE_INSTALL_LIBDIR if it is not yet defined, and then we side-step the warning entirely? |
Shouldn't this be included below project() to avoid cmake warnings?