From: Chandler Carruth Date: Sun, 4 Sep 2011 23:29:12 +0000 (+0000) Subject: Complete the removal of FindBison from CMake. Noticed this when browsing X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c07bfb21941188b75d07df47fb0186a5daea7af;p=oota-llvm.git 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 --- diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt index 09979d0f52b..2dcfa141026 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)