From d4b0c6c3fa22deee5c447e982058e38022968656 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130631 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 ) -- 2.34.1