aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-05-01 02:12:20 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-05-01 02:12:20 +0000
commitd4b0c6c3fa22deee5c447e982058e38022968656 (patch)
tree105ef5e6e79c7ed6374c9f7a18ca0281bfd2dd59 /docs/CMake.html
parent2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded (diff)
downloadexternal_llvm-d4b0c6c3fa22deee5c447e982058e38022968656.zip
external_llvm-d4b0c6c3fa22deee5c447e982058e38022968656.tar.gz
external_llvm-d4b0c6c3fa22deee5c447e982058e38022968656.tar.bz2
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
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index ba23208..0d8cf62 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -421,7 +421,7 @@
endif()
<b># We incorporate the CMake features provided by LLVM:</b>
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake")
- include(LLVM)
+ include(LLVMConfig)
<b># Now set the header and library paths:</b>
include_directories( ${LLVM_ROOT}/include )
link_directories( ${LLVM_ROOT}/lib )