<br><br><div class="gmail_quote">On Wed, Sep 9, 2009 at 9:56 PM, Dietmar Hummel <span dir="ltr">&lt;<a href="mailto:dietmar.hummel@gmx.ch">dietmar.hummel@gmx.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everybody!<br>
<br>
I searched around but could not find the solution. My question is, is there a<br>
option in cmake to actually start the build.<br>
If i execute cmake with --system-information it shows me in the variable<br>
CMAKE_BUILD_TOOL the correct program to start the build. As you know this is<br>
make on unix systems but devenv or something else on windows.<br>
<br>
So is there anything like<br>
<br>
cmake funny_start_the_build_parameter [maybe some params]<br>
<br>
to do just the right thing on each os?<br></blockquote><div><br>If what you want is to trigger configuration+build(+install) with one single call, cmake already does something similar to what you want. On an already configured project (you need to call cmake explicitly at least once), when you invoke make (or equivalent), cmake will be automatically called if configuration needs to be rerun.<br>
<br>Option 2: Write a small script that invokes cmake, then make<br>
<br>I don&#39;t know if you can do exactly what you want, because Makefiles (or equivalent) are not generated until the very end of the configuration process.<br><br>Just curious, why do you need to _always_ trigger the build after configuring?<br>
<br>HTH,<br><br>Adolfo<br><br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Regards<br>
Dietmar<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Adolfo Rodríguez Tsouroukdissian, Ph. D.<br><br>Robotics engineer<br>PAL ROBOTICS S.L<br><a href="http://www.pal-robotics.com">http://www.pal-robotics.com</a><br>Tel. +34.93.414.53.47<br>
Fax.+34.93.209.11.09<br>AVISO DE CONFIDENCIALIDAD: Este mensaje y sus documentos adjuntos, pueden contener información privilegiada y/o confidencial que está dirigida exclusivamente a su destinatario. Si usted recibe este mensaje y no es el destinatario indicado, o el empleado encargado de su entrega a dicha persona, por favor, notifíquelo inmediatamente y remita el mensaje original a la dirección de correo electrónico indicada. Cualquier copia, uso o distribución no autorizados de esta comunicación queda estrictamente prohibida.<br>
<br>CONFIDENTIALITY NOTICE: This e-mail and the accompanying document(s) may contain confidential information which is privileged and intended only for the individual or entity to whom they are addressed.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of this e-mail and/or accompanying document(s) is strictly prohibited.  If you have received this e-mail in error, please immediately notify the sender at the above e-mail address.<br>