Reflect rename on LLVM cmake file.

llvm-svn: 129246
This commit is contained in:
Oscar Fuentes 2011-04-10 16:17:31 +00:00
parent 88bd9d6bb8
commit 643f1868de
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
include(AddLLVM)
include(TableGen)
include("${CLANG_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVM.cmake")
include("${CLANG_PATH_TO_LLVM_BUILD}/share/llvm/cmake/LLVMConfig.cmake")
include(HandleLLVMOptions)
set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")