From 37e20483df4d9149f987e1c75108a810ad1d46b0 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 1 May 2011 02:12:20 +0000 Subject: [PATCH] Update instructions: LLVM.cmake is now LLVMConfig.cmake llvm-svn: 130631 --- docs/CMake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.html b/docs/CMake.html index ba232080cd2..0d8cf62e33c 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -421,7 +421,7 @@ endif() # We incorporate the CMake features provided by LLVM: set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake") - include(LLVM) + include(LLVMConfig) # Now set the header and library paths: include_directories( ${LLVM_ROOT}/include ) link_directories( ${LLVM_ROOT}/lib )