stellaraccident accepted this revision.
stellaraccident added inline comments.
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:1257
+
+set(LLVM_THIRD_PARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../third-party CACHE
STRING
+"Directory containing third party software used by
stellaraccident added inline comments.
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:1257
+
+set(LLVM_THIRD_PARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../third-party CACHE
STRING
+"Directory containing third party software used by LLVM (e.g. googletest)")
--