[PATCH] D137890: Add install targets for gtest

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 11:15:29 PST 2023


mgorny accepted this revision.
mgorny added a comment.

I think it's good.



================
Comment at: llvm/lib/Testing/Annotations/CMakeLists.txt:4
+if (NOT ${LLVM_INSTALL_GTEST})
+set (BUILDTREE_ONLY BUILDTREE_ONLY)
+  set(EXCLUDE_FROM_ALL ON)
----------------
Missing indent?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137890



More information about the llvm-commits mailing list