<font face="verdana,sans-serif"><br></font><br><div style="margin: 0pt;" name="sig_ba983408e3"></div><div class="gmail_quote">On Mon, Jul 5, 2010 at 9:34 AM, John Cary <span dir="ltr">&lt;<a href="mailto:cary@txcorp.com">cary@txcorp.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I have simply:<br>
<br>
    FIND_PACKAGE(BLAS)<br>
    FIND_PACKAGE(LAPACK)<br>
<br>
but cmake gives<br>
<br>
-- Looking for BLAS... - NOT found (Fortran not enabled)<br>
-- Looking for LAPACK... - NOT found (Fortran not enabled)<br>
<br>
Is this more complicated somehow?<br>
<br></blockquote></div><br>Be sure to include <br><div style="margin-left: 40px;">enable_language( Fortran )<br></div>in your project. <br><br>James<br>