Brad King wrote: > On 10/16/2012 08:43 AM, Stephen Kelly wrote: >> Still, some of the platforms fail the test, and don't give any >> information about why: >> >> http://open.cdash.org/testSummary.php?project=1&name=GeneratorExpression&date=2012-10-16 >> >> Can someone please provide more information (backtrace or further >> investigation) for one of the failing platforms? > > Borland Make and NMake both have an inline file syntax that starts with > "<<": > > http://msdn.microsoft.com/en-us/library/z440c98k.aspx > > The custom command generated by this test accidentally triggers that. > I don't know if there is a way to escape it. It's probably simplest > for your purposes to just do something else in the test. >
The '<<' is exactly what the test is testing, so I'll just remove the offending tests. Thanks for looking into it, Steve. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
