<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.36">
<TITLE>RE: [CMake] issue with CHECK FUNCTION EXISTS() and friends</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&gt; there is the family of CHECK_XXX_EXISTS() macros in the cmake Modules.&nbsp;<BR>
&gt; They work quite well but I have a problem with them.&nbsp;<BR>
&gt; If the item which was searched for has been found HAVE_FOO is set to &quot;1&quot;.&nbsp;<BR>
&gt; This is ok and works in all cases:&nbsp;<BR>
&gt; in config.h.cmake:&nbsp;<BR>
&gt;&nbsp; #define HAVE_FOO ${HAVE_FOO}&nbsp;<BR>
<BR>
Doesn't<BR>
<BR>
&nbsp;&nbsp; #cmakedefine HAVE_FOO<BR>
<BR>
in config.h.cmake do the right thing?<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; David</FONT>
</P>

</BODY>
</HTML>