Skip to content

Commit

Permalink
Update instructions: LLVM.cmake is now LLVMConfig.cmake
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130631 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Oscar Fuentes committed May 1, 2011
1 parent 2b3e12d commit d4b0c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMake.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>
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 )
Expand Down

0 comments on commit d4b0c6c

Please sign in to comment.