On 11/13/2012 04:30 PM, [email protected] wrote:
On Tuesday, 13 November 2012 13:15:52 UTC+1, David Nadlinger wrote:
Setting the LLVM_CONFIG CMake variable to the path of the llvm-config
binary of the installation you want to use (e.g. using ccmake) should do
the trick.
Cool, will look into that. I tried setting the CMAKE_PREFIX_PATH but that
failed with the following error:
Setting LLVM_CONFIG=$HOME/opt/clang+llvm/bin/llvm-config exits with the same
error, i.e.
-- Could NOT find LIBCONFIG++ (missing: LIBCONFIG++_INCLUDE_DIR
LIBCONFIG++_LIBRARY)
... and all that follows. :-(
--