diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-15 02:13:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-15 02:13:04 +0000 |
commit | f597c0b9ef9787ba747d7308d22ad1140c320534 (patch) | |
tree | 08787ce5a83d48e3a3a3573ca85da794b60d5df1 /cmake | |
parent | 506b733a0be9e4a9edf6c1c7c3c1623ae4ccb01a (diff) |
[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
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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)) |