On 08/01/2014 02:22 PM, Chuck Atkins wrote:
> I noticed the recent merge of liblzma broke the PGI compiler.

It is not surprising that there is lingering C99 code because
the library implementation was ported from C99 to C89/90 for
inclusion in CMake.

> +#if defined(__STDC_VERSION__) && (__STDC_VERSION__ > 199901L) && \

Did you mean ">= 199901L" here rather than ">"?

Thanks,
-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to