diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-05-01 02:12:20 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-05-01 02:12:20 +0000 |
commit | d4b0c6c3fa22deee5c447e982058e38022968656 (patch) | |
tree | 105ef5e6e79c7ed6374c9f7a18ca0281bfd2dd59 /docs/CMake.html | |
parent | 2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded (diff) |
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.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index ba232080cd..0d8cf62e33 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 ) |