[lldb] [cmake] Fix another typo in third-party/unittest path

This commit is contained in:
Michał Górny 2022-11-12 10:34:57 +01:00
parent 39b1fec15d
commit c899b243f6

View File

@ -101,7 +101,7 @@ if(LLDB_INCLUDE_TESTS)
# Build the gtest library needed for unittests, if we have LLVM sources
# handy.
if (EXISTS ${LLVM_THIRD_PARTY_DIR}/unittest AND NOT TARGET llvm_gtest)
add_subdirectory(${LLVM_THIRD_PARTY_DIR}/utils/unittest third-party/unittest)
add_subdirectory(${LLVM_THIRD_PARTY_DIR}/unittest third-party/unittest)
endif()
# LLVMTestingSupport library is needed for Process/gdb-remote.
if (EXISTS ${LLVM_MAIN_SRC_DIR}/lib/Testing/Support