Yes... this confused me when I first encountered it as well.<br><br>TRY_COMPILE is misnamed in CMake.<br><br>In functionality, it&#39;s actually a TRY_LINK operation.<br><br><br><div class="gmail_quote">On Tue, Jan 11, 2011 at 10:59 AM, Marcel Loose <span dir="ltr">&lt;<a href="mailto:loose@astron.nl">loose@astron.nl</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;">Hi David,<br>
<br>
I guess you&#39;re right. Further playing with CheckCXXSourceCompiles and<br>
investigating the generated CMakeLists.txt file led me to the conclusion<br>
that the link step is indeed also performed. I was led astray by the<br>
name of the command and my notion that it wraps TRY_COMPILE. Also my<br>
background in the GNU Autotools, which has TRY_COMPILE, TRY_LINK and<br>
TRY_RUN, didn&#39;t really help. Sorry for the noise.<br>
<div class="im"><br>
Best regards,<br>
Marcel Loose.<br>
<br>
--<br>
Marcel Loose<br>
Senior Software Engineer, Computing Group R&amp;D, Astron, the Netherlands<br>
</div>&gt;&gt;&gt; David Cole  11-01-11 13:44 &gt;&gt;&gt;<br>
<div class="im">Doesn&#39;t CheckCXXSourceCompiles link?<br>
<br>
I think there&#39;s no way to avoid the link in a try_compile...<br>
<br>
<br>
</div><div><div></div><div class="h5">On Tue, Jan 11, 2011 at 5:49 AM, Marcel Loose  wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I was wondering how I can check whether I can successfully compile and<br>
&gt; link an executable, without actually running it.<br>
CheckCXXSourceCompiles<br>
&gt; checks whether I can compile the code, however linking could still<br>
fail.<br>
&gt; CheckCXXSourceRuns OTOH also tries to run the executable, which causes<br>
&gt; problems when cross-compiling. So, why is there no<br>
CheckCXXSourceLinks?<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Marcel Loose.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Marcel Loose<br>
&gt; Senior Software Engineer, Computing Group R&amp;D, Astron, the Netherlands<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br>