Update instructions: LLVM.cmake is now LLVMConfig.cmake
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 1 May 2011 02:12:20 +0000 (02:12 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 1 May 2011 02:12:20 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130631 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index ba232080cd26d0e381b340ccc58306bf178ccb9d..0d8cf62e33c4d9b07800aa691dd19d2b7847caec 100644 (file)
     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 )