[llvm-commits] [llvm] r130631 - /llvm/trunk/docs/CMake.html
Oscar Fuentes
ofv at wanadoo.es
Sat Apr 30 19:12:20 PDT 2011
Author: ofv
Date: Sat Apr 30 21:12:20 2011
New Revision: 130631
URL: http://llvm.org/viewvc/llvm-project?rev=130631&view=rev
Log:
Update instructions: LLVM.cmake is now LLVMConfig.cmake
Modified:
llvm/trunk/docs/CMake.html
Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=130631&r1=130630&r2=130631&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Sat Apr 30 21:12:20 2011
@@ -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 )
More information about the llvm-commits
mailing list