diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-04-05 17:02:48 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-04-05 17:02:48 +0000 |
commit | e7510c2e9648ab8e887d7b40d913c7a7db784d67 (patch) | |
tree | 5bb5ead502e2ed4646ed07898e02b8bcbbccf8c6 /tools | |
parent | b793bc1ccabef36b3223bae69f5e94a8e98d22eb (diff) | |
download | external_llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.zip external_llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.gz external_llvm-e7510c2e9648ab8e887d7b40d913c7a7db784d67.tar.bz2 |
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 'tools')
-rw-r--r-- | tools/llvm-config/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/CMakeLists.txt b/tools/llvm-config/CMakeLists.txt index 1f5aaf4..bc23a64 100644 --- a/tools/llvm-config/CMakeLists.txt +++ b/tools/llvm-config/CMakeLists.txt @@ -142,7 +142,7 @@ install(FILES ${LLVM_CONFIG} # Regeneration of library dependencies. -# See the comments at the end of cmake/modules/LLVMConfig.cmake for +# See the comments at the end of cmake/modules/LLVM-Config.cmake for # notes and guidelines. set(LLVMLibDeps ${LLVM_MAIN_SRC_DIR}/cmake/modules/LLVMLibDeps.cmake) |