This patch has been tested in D70631, but it should be reviewed
separately.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGcc9fdedba7c9: [libc++] Improve CMake include directory search.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/src/CMakeLists.txt | ||
---|---|---|
200 | What are these useful for? |
libcxx/src/CMakeLists.txt | ||
---|---|---|
200 | Basically it's based on the comment https://reviews.llvm.org/D70631#inline-1071881. In that original version I used the blunt tool of include_directories(${CMAKE_CURRENT_SOURCE_DIR}). Without this the ryu related headers can't be found. |
libcxx/src/CMakeLists.txt | ||
---|---|---|
200 | Thanks! |
What are these useful for?