diff --git a/docs/CMake.html b/docs/CMake.html index ba232080cd2..0d8cf62e33c 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -421,7 +421,7 @@ endif() # We incorporate the CMake features provided by LLVM: set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake") - include(LLVM) + include(LLVMConfig) # Now set the header and library paths: include_directories( ${LLVM_ROOT}/include ) link_directories( ${LLVM_ROOT}/lib )