summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-09-04 23:29:12 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-09-04 23:29:12 +0000
commit4c07bfb21941188b75d07df47fb0186a5daea7af (patch)
tree8226caa8d7ba409a1c66e9f7ce5974b2c3aefb2a /cmake
parentcb8d8fa8c0effce97e4a4ffc0f927733f6954beb (diff)
downloadllvm-4c07bfb21941188b75d07df47fb0186a5daea7af.tar.gz
llvm-4c07bfb21941188b75d07df47fb0186a5daea7af.tar.bz2
llvm-4c07bfb21941188b75d07df47fb0186a5daea7af.tar.xz
Complete the removal of FindBison from CMake. Noticed this when browsing
some CMake patch backlog... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt
index 09979d0f52..2dcfa14102 100644
--- a/cmake/modules/CMakeLists.txt
+++ b/cmake/modules/CMakeLists.txt
@@ -32,7 +32,6 @@ install(DIRECTORY .
PATTERN LLVMConfig.cmake EXCLUDE
PATTERN LLVMConfigVersion.cmake EXCLUDE
PATTERN LLVM-Config.cmake EXCLUDE
- PATTERN FindBison.cmake EXCLUDE
PATTERN GetTargetTriple.cmake EXCLUDE
PATTERN VersionFromVCS.cmake EXCLUDE
PATTERN CheckAtomic.cmake EXCLUDE)