[PATCH] D57535: [CMake] Use LLVM_ENABLE_PROJECTS as the "single source" of truth when used.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 00:44:07 PST 2019


delcypher marked an inline comment as done.
delcypher added inline comments.


================
Comment at: llvm/CMakeLists.txt:167
+unset(SHOULD_ENABLE_PROJECT)
+unset(PROJECT_INDEX)
 
----------------
smeenai wrote:
> This variable doesn't exist anymore.
Oops. I've fixed it.


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

https://reviews.llvm.org/D57535





More information about the llvm-commits mailing list