From 4a2fa552992f54203a13abc7a0e265627e1dc34e Mon Sep 17 00:00:00 2001 From: Paula Toth Date: Tue, 4 Feb 2020 21:41:30 -0800 Subject: [PATCH] Remove leftover artifacts from use of gtest. Reviewers: abrachet Reviewed By: abrachet Subscribers: mgorny, MaskRay, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D74008 --- libc/cmake/modules/LLVMLibCRules.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libc/cmake/modules/LLVMLibCRules.cmake b/libc/cmake/modules/LLVMLibCRules.cmake index f24b96a..f5bf3f8 100644 --- a/libc/cmake/modules/LLVMLibCRules.cmake +++ b/libc/cmake/modules/LLVMLibCRules.cmake @@ -287,7 +287,7 @@ function(add_redirector_library target_name) ) endfunction(add_redirector_library) -# Rule to add a gtest unittest. +# Rule to add a libc unittest. # Usage # add_libc_unittest( # @@ -353,7 +353,6 @@ function(add_libc_unittest target_name) add_dependencies( ${target_name} ${LIBC_UNITTEST_DEPENDS} - gtest ) target_link_libraries(${target_name} PRIVATE LibcUnitTest) -- 2.7.4