<div class="gmail_quote">On Thu, Jan 15, 2009 at 2:22 PM, Hendrik Sattler <span dir="ltr"><<a href="mailto:post@hendrik-sattler.de">post@hendrik-sattler.de</a>></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;">
Am Thursday 15 January 2009 18:13:43 schrieb Robert Dailey:<br>
<div><div></div><div class="Wj3C7c">> On Thu, Jan 15, 2009 at 10:07 AM, Michael Jackson <<br>
><br>
> <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>> wrote:<br>
> > To look for the Compiler being used..<br>
> ><br>
> > IF (MSVC60)<br>
> > SET (...)<br>
> > ENDIF (MSVC60)<br>
> > IF (MSVC71)<br>
> > SET (....)<br>
> > ENDIF(MSVC71)<br>
> > IF (MSVC80)<br>
> > SET (....)<br>
> > ENDIF(MSVC80)<br>
> > IF (MSVC90)<br>
> > SET (.....)<br>
> > ENDIF (MSVC90)<br>
><br>
> I also need to check if a 64 build is being made or a 32 bit build. How<br>
> would you recommend checking for this?<br>
<br>
</div></div>Check if CMAKE_SIZE_VOID_P is 8 (64bit) or 4 (32bit).</blockquote></div><br>That seems random. The name also doesn't make any sense. Is there not a more intuitive way?<br>