<div dir="ltr">Hi Daniel,<div><br></div><div style>From memory, the alternative would be:</div><div style><br></div><div style>cmake -DCMAKE_C_COMPILER=/path/to/c/compiler -DCMAKE_BUILD_TYPE=Release /path/to/llvm/source/tree</div>
<div style>make</div><div style>make install</div><div style><br></div><div style>CMake detects the C++ compiler if you give it a C compiler. You may want to add -DASSERTS=1 to enable asserts.</div><div style><br></div><div style>
Cheers,</div><div style><br></div><div style>James</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 29 May 2013 08:55, Daniel B Mosesson <span dir="ltr"><<a href="mailto:dmosess1@binghamton.edu" target="_blank">dmosess1@binghamton.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently, I build with:<br>
../.../configure --with-gcc-toolchain=/path/to/gcc/toolchain --enable-optimized<br>
make<br>
make install<br>
<br>
I now wish to use Cmake.<br>
<br>
Is there a reference as to the cmake alternatives for these options?<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>