In the CMake source tree, in Utilities/cmcurl/CMakeLists.txt, there is this:<br>CHECK_SYMBOL_EXISTS(strcasecmp&nbsp;&nbsp;&nbsp; &quot;${CURL_INCLUDES}&quot; HAVE_STRCASECMP)<br><br>That would be one thing that would do it...<br><br>grep for &quot;strcasecmp&quot; in both source trees.
<br><br>HTH,<br>David<br><br><div><span class="gmail_quote">On 1/13/08, <b class="gmail_sendername">Christian Convey</b> &lt;<a href="mailto:christian.convey@gmail.com">christian.convey@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi guys,<br><br>Someone pointed out that when we cmake one of our projects, a file<br>CMakeOutput.log and a directory CMakeTmp/ get created.&nbsp;&nbsp;It looks like<br>they&#39;re being used to see if the function &quot;strcasecmp()&quot; works on this
<br>platform.<br><br>But we have another project that this doesn&#39;t happen at all for, even<br>when we build it on the same computer.<br><br>Can anyone tell me what in a CMakeLists.txt file causes CMake to run<br>this compilation test?
<br><br>Thanks,<br>Christian<br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake
</a><br></blockquote></div><br>