seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

compiling with llvm installed #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. brew install llvm
2. cmake CMakeLists.txt 

What is the expected output? What do you see instead?

successful compilation

What version of the product are you using? On what operating system?

CMake Error at CMakeLists.txt:8 (message):
  LLVM was not found!

-- Configuring incomplete, errors occurred!

Please provide any additional information below.

It should be possible to compile with llvm installed, instead of as part of the 
llvm source tree.

Original issue reported on code.google.com by gha...@gmail.com on 17 Jun 2014 at 10:11