From 88fae4e86f258336fceea8cdbc8d854777ce2ceb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 16 Feb 2014 12:14:03 +0000 Subject: LLVMExports.cmake: Exclude gtest since they are not installed. FIXME: gtest might be included if external project could refer to the build tree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201488 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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)) -- cgit v1.2.3