[CMake] Problem with CHECK_FUNCTION_EXISTS and strcasecmp

2010-03-13 Thread Michael Surette
I am updating the CMake build files for a cross-platform project. One of the tests is for strcasecmp for which I use CHECK_FUNCTION_EXISTS. If it's not found the code generates its own function by that name. This works well with GCC under Linux, including cross-compiling with MinGW, as well

Re: [CMake] Problem with CHECK_FUNCTION_EXISTS and strcasecmp

2010-03-13 Thread Mateusz Loskot
Michael Surette wrote: I am updating the CMake build files for a cross-platform project. One of the tests is for strcasecmp for which I use CHECK_FUNCTION_EXISTS. If it's not found the code generates its own function by that name. This works well with GCC under Linux, including

Re: [CMake] CTest/CDash and git

2010-03-13 Thread Andreas Schneider
On Thursday 22 October 2009 23:23:56 Andrew Maclean wrote: I guess the subject says it all. What is the status of using CMake, Ctest and CDash with git? Hi, I've spent the whole afternoon writing a working CTest script which can checkout a git repository build and test it and submit to CDash.