[CMake] Porting autoconf checks to cmake

Andreas Pakulat apaku at gmx.de
Sun Jun 3 17:47:18 EDT 2007


On 03.06.07 11:22:44, Alan W. Irwin wrote:
> On 2007-06-03 19:35+0200 Andreas Pakulat wrote:
> 
> >Hi,
> >
> >I'm currently working on porting GNU Common C++ to CMake buildsystem to
> >be able to easily build it on win32. Along the way I found now an
> >autoconf check that I can't seem to find an equivalent for in CMake.
> >
> >The check is AC_TYPE_SIGNAL and just checks for the return value of
> >signal handlers. It then sets a variable to either void or int,
> >depending on the outcome of the check.
> >
> >So is there something like that coming with CMake
> 
> no.
> 
> >or do I have to
> >rewrite the autoconf check in cmake myself
> 
> no since the PLplot developers have already done that.... :-)

Aaah, thanks for the pointer.

Andreas

-- 
You never know how many friends you have until you rent a house on the beach.


More information about the CMake mailing list