[PATCH] D117419: [clang][cmake] Use `GNUInstallDirs` to support custom installation dirs

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 18 16:30:05 PST 2022


beanz added inline comments.


================
Comment at: clang/CMakeLists.txt:3
 
+include(GNUInstallDirs)
+
----------------
If GNUInstallDirs is included before the `project` call enables languages it results in a CMake warning being logged.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117419/new/

https://reviews.llvm.org/D117419



More information about the cfe-commits mailing list