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

John Ericson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 19 09:28:21 PST 2022


Ericson2314 added inline comments.


================
Comment at: clang/CMakeLists.txt:3
 
+include(GNUInstallDirs)
+
----------------
beanz wrote:
> If GNUInstallDirs is included before the `project` call enables languages it results in a CMake warning being logged.
See D117639 where we are discussing this problem and what to do about it.


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