[libcxx-commits] [PATCH] D116477: [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarity

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 3 12:43:34 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM with a suggestion.



================
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
----------------
If you agree, you should also make the change in the other projects.


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