summaryrefslogtreecommitdiff
path: root/cmake/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/Makefile')
-rw-r--r--cmake/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/Makefile b/cmake/modules/Makefile
index 52140a605f..bda28c9ce6 100644
--- a/cmake/modules/Makefile
+++ b/cmake/modules/Makefile
@@ -71,7 +71,7 @@ $(PROJ_OBJ_DIR)/LLVMExports.cmake: $(LLVMBuildCMakeExportsFrag)
echo 'set_property(TARGET '"$$lib"' PROPERTY IMPORTED_LOCATION "'"$(PROJ_libdir)/lib$$lib.a"'")' ; \
done && \
cat "$(LLVMBuildCMakeExportsFrag)" \
- ) > $@
+ ) | grep -v gtest > $@
all-local:: $(addprefix $(PROJ_OBJ_DIR)/, $(OBJMODS))