From f597c0b9ef9787ba747d7308d22ad1140c320534 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 15 Jan 2016 02:13:04 +0000 Subject: [autoconf] Install VersionFromVCS.cmake, too. clang/CMakeLists.txt requires it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257856 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmake') diff --git a/cmake/modules/Makefile b/cmake/modules/Makefile index abfda93b210..044a1dfd375 100644 --- a/cmake/modules/Makefile +++ b/cmake/modules/Makefile @@ -128,8 +128,7 @@ SKIPSRCMODS := \ LLVMBuildExports.cmake \ LLVMConfig.cmake \ LLVMConfigVersion.cmake \ - LLVMExports.cmake \ - VersionFromVCS.cmake + LLVMExports.cmake SRCMODS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.cmake)) SRCMODS := $(filter-out $(SKIPSRCMODS),$(SRCMODS)) -- cgit v1.2.3