On Wed, Jan 8, 2014 at 11:24 AM, Larry Gritz <[email protected]> wrote:
> So sorry, can you do one last check for me? Turns out this new option
> doesn't exist for older gcc's and will cause a build break for us older
> compilers. Can you just verify this alternative:
>
> if (CMAKE_COMPILER_IS_GNUCC AND (NOT ${GCC_VERSION} VERSION_LESS 4.8))
> # suppress a warning that Boost::Python hits in g++ 4.8
> add_definitions ("-Werror=unused-local-typedefs")
> endif ()
>
One note, I believe it should be "-Wno-error=..." not "-Werror=..."
Thanks,
Richard
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org