[cmake-developers] Patch: cmjsoncpp - missing isfinite on AIX 5.1 and HP-UX 11.23

Brad King brad.king at kitware.com
Tue Mar 31 14:57:30 EDT 2015


On 03/31/2015 10:13 AM, Brad King wrote:
> do we know if the "defined(isfinite)" condition will be true
> on the above systems?

We've confirmed that it is true for the newer AIX versions, so
we can use the "!defined(isfinite)" check as a way to define
it only on the older systems.

I've revised your patch slightly and merged to 'next' for testing:

 jsoncpp: Provide 'isfinite' implementation on older AIX and HP-UX
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7b1cdb00

Thanks,
-Brad



More information about the cmake-developers mailing list