Etienne, it probably needs to be uppercase also ${AVOGADRO_USE_FILE}, though I didn&#39;t test here.<br><br>Jeremy<br><br><div class="gmail_quote">On Fri, Jan 7, 2011 at 2:35 PM, Rebetez Etienne <span dir="ltr">&lt;<a href="mailto:etienne.rebetez@oberwallis.ch">etienne.rebetez@oberwallis.ch</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;">Am Freitag, 7. Januar 2011, 20:17:15 schrieb Albert Astals Cid:<br>
<div class="im">&gt; Index: kalzium/KalziumConfigureChecks.cmake<br>
&gt; ===================================================================<br>
&gt; --- kalzium/KalziumConfigureChecks.cmake        (revision 1211788)<br>
&gt; +++ kalzium/KalziumConfigureChecks.cmake        (working copy)<br>
&gt; @@ -24,5 +24,5 @@<br>
&gt;  macro_log_feature(LIBFACILE_FOUND &quot;LibFacile&quot; &quot;libfacile is needed by<br>
&gt; Kalzium for the Equation Solver.&quot;<br>
&gt; &quot;<a href="http://www.recherche.enac.fr/log/facile/" target="_blank">http://www.recherche.enac.fr/log/facile/</a>&quot; FALSE &quot;&quot; &quot;&quot;)<br>
&gt;  macro_log_feature(OPENBABEL2_FOUND &quot;OpenBabel2&quot; &quot;OpenBabel is needed by<br>
&gt; Kalzium for the 3D-molecule viewer&quot; &quot;<a href="http://openbabel.sourceforge.net/" target="_blank">http://openbabel.sourceforge.net/</a>&quot;<br>
&gt; FALSE &quot;2.2&quot; &quot;&quot;)<br>
&gt;  macro_log_feature(EIGEN2_FOUND &quot;Eigen2&quot; &quot;A generic C++ template library<br>
&gt; for dense and sparse matrices&quot; &quot;<a href="http://eigen.tuxfamily.org" target="_blank">http://eigen.tuxfamily.org</a>&quot; FALSE &quot;2.0.0&quot;<br>
&gt; &quot;&quot;) -macro_log_feature(Avogadro_FOUND &quot;Avogadro&quot; &quot;Advanced molecular<br>
&gt; editor&quot; &quot;<a href="http://avogadro.openmolecules.net" target="_blank">http://avogadro.openmolecules.net</a>&quot; FALSE &quot;1.0&quot; &quot;&quot;)<br>
&gt; +macro_log_feature(AVOGADRO_FOUND &quot;Avogadro&quot; &quot;Advanced molecular editor&quot;<br>
&gt; &quot;<a href="http://avogadro.openmolecules.net" target="_blank">http://avogadro.openmolecules.net</a>&quot; FALSE &quot;1.0&quot; &quot;&quot;)<br>
&gt;<br>
&gt; I need this ↑ patch so that the summary line is correct and it tells me<br>
&gt; that avogadro is installed, anyone needs the same?<br>
&gt;<br>
&gt; Albert<br>
<br>
</div>Oh, it&#39;s case sensitive:)<br>
Thanks Albert, i was also wondering why i don&#39;t find avogadro even though i<br>
have it installed.<br>
I also have fixed the rest of the Avogadro variable names.<br>
There is just one problem left:<br>
Now that avogadro ist found, i get a cmake error:<br>
<br>
CMake Error at kalzium/compoundviewer/CMakeLists.txt:1 (include):<br>
  include called with wrong number of arguments.  Include only takes one<br>
  file.<br>
<br>
CMake Error at kalzium/src/CMakeLists.txt:27 (include):<br>
  include called with wrong number of arguments.  Include only takes one<br>
  file.<br>
<br>
The include is:<br>
include(${Avogadro_USE_FILE})<br>
<br>
Has somone a hint?<br>
<font color="#888888"><br>
Etienne<br>
</font><br>_______________________________________________<br>
kde-edu mailing list<br>
<a href="mailto:kde-edu@mail.kde.org">kde-edu@mail.kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-edu" target="_blank">https://mail.kde.org/mailman/listinfo/kde-edu</a><br>
<br></blockquote></div><br>