Displaying 1 result from an estimated 1 matches for "dllvm_root".
Did you mean:
llvm_root
2012 Dec 29
2
[LLVMdev] Building on LLVM on OSX: invalid install?
...OOT}) is not a valid LLVM
install")
ENDIF ()
SET (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${LLVM_ROOT}/share/llvm/cmake")
INCLUDE (LLVMConfig)
LLVM_MAP_COMPONENTS_TO_LIBRARIES (REQ_LLVM_LIBRARIES jit native)
###########################
Then, I try to cmake my project:
% cmake .. -DLLVM_ROOT=/Applications/Development/llvm/
CMake Error at CMakeLists.txt:25 (INCLUDE):
include could not find load file:
LLVMConfig
CMake Error at CMakeLists.txt:26 (LLVM_MAP_COMPONENTS_TO_LIBRARIES):
Unknown CMake command "LLVM_MAP_COMPONENTS_TO_LIBRARIES".
-- Configuring incomplete...