diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-16 12:14:03 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-16 12:14:03 +0000 |
| commit | 7ca96d109f9a3065f780f2df4c3dba098bd1848f (patch) | |
| tree | 6a1a8801248424fadf4c8171a6414054ecf1f4ad /llvm/cmake/modules | |
| parent | 1fad075974b4085f5b5395671a5f97e14e26f936 (diff) | |
| download | bcm5719-llvm-7ca96d109f9a3065f780f2df4c3dba098bd1848f.tar.gz bcm5719-llvm-7ca96d109f9a3065f780f2df4c3dba098bd1848f.zip | |
LLVMExports.cmake: Exclude gtest since they are not installed.
FIXME: gtest might be included if external project could refer to the build tree.
llvm-svn: 201488
Diffstat (limited to 'llvm/cmake/modules')
| -rw-r--r-- | llvm/cmake/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/cmake/modules/Makefile b/llvm/cmake/modules/Makefile index 52140a605fe..bda28c9ce66 100644 --- a/llvm/cmake/modules/Makefile +++ b/llvm/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)) |

