Re: [CMake] python DeprecationWarning marked as error

2010-05-11 Thread Tyler Roscoe
On Fri, May 07, 2010 at 01:55:44PM -0700, Tyler Roscoe wrote: > I have the following warning in my project build: > > /.../rs/sdk/trunk/internalheaders/minorrev/_build/util/svnutils.py:34: > DeprecationWarning: os.popen4 is deprecated. Use the subprocess module. > > infile, lines = os.popen4("

[CMake] python DeprecationWarning marked as error

2010-05-07 Thread Tyler Roscoe
I just posted this to the CDash mailing list. Julien pointed out that this is actually a CTest problem (since CTest writes the XML saying what warnings happened during the build) and suggested I repost over here. I have the following warning in my project build: /.../rs/sdk/trunk/internalheaders/