On 03/14/2010 06:14 AM, Michael Wild wrote:
On 03/13/2010 01:03 PM, Mateusz Loskot wrote:
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
> On 03/13/2010 01:03 PM, Mateusz Loskot wrote:
> > 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 nam
On 03/13/2010 01:03 PM, Mateusz Loskot wrote:
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 w
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 cross-co
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 a