[PATCH] D117639: [cmake] Make include(GNUInstallDirs) always below project(..)

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 15:39:11 PST 2022


arichardson accepted this revision.
arichardson added a comment.

This LGTM, but please wait for someone else to review before committing it.



================
Comment at: lldb/CMakeLists.txt:21
+if(LLDB_BUILT_STANDALONE)
   include(LLDBStandalone)
 
----------------
Could keep this in the first if then you won't have to duplicate setting LLDB_BUILT_STANDALONE?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117639



More information about the llvm-commits mailing list