summaryrefslogtreecommitdiff
path: root/cmake/modules/AddLLVM.cmake
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-05 17:02:48 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-05 17:02:48 +0000
commite7510c2e9648ab8e887d7b40d913c7a7db784d67 (patch)
tree5bb5ead502e2ed4646ed07898e02b8bcbbccf8c6 /cmake/modules/AddLLVM.cmake
parentb793bc1ccabef36b3223bae69f5e94a8e98d22eb (diff)
downloadllvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.gz
llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.bz2
llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.xz
Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming
scheme is used by the functionality related to find_package. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules/AddLLVM.cmake')
-rwxr-xr-xcmake/modules/AddLLVM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
index df739b4119..6087094e83 100755
--- a/cmake/modules/AddLLVM.cmake
+++ b/cmake/modules/AddLLVM.cmake
@@ -1,5 +1,5 @@
include(LLVMProcessSources)
-include(LLVMConfig)
+include(LLVM-Config)
macro(add_llvm_library name)
llvm_process_sources( ALL_FILES ${ARGN} )