[libcxx-commits] [PATCH] D116477: [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity
John Ericson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 3 12:54:57 PST 2022
Ericson2314 added inline comments.
================
Comment at: libcxx/CMakeLists.txt:13-16
+set(LLVM_COMMON_CMAKE_UTILS "${CMAKE_CURRENT_SOURCE_DIR}/../cmake")
+
# Add path for custom modules
+list(INSERT CMAKE_MODULE_PATH 0
----------------
ldionne wrote:
> If you agree, you should also make the change in the other projects.
If I did that, I would want to also get the tools which do the similar thing but with the current syle, so I think I will save that for D116524.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116477/new/
https://reviews.llvm.org/D116477
More information about the libcxx-commits
mailing list