Warnings due to changes in behavior of cmake 3.20 or above. See
https://cmake.org/cmake/latest/policy/CMP0116.html
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/CMakeLists.txt | ||
---|---|---|
7 | The approach taken by other LLVM projects is to use the LLVM wide common policy settings. We should copy that approach. For example, look at what clang does: https://github.com/llvm/llvm-project/blob/main/clang/CMakeLists.txt#L3 |
The approach taken by other LLVM projects is to use the LLVM wide common policy settings. We should copy that approach. For example, look at what clang does: https://github.com/llvm/llvm-project/blob/main/clang/CMakeLists.txt#L3