Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Brad King
Steve, On 09/11/2013 11:10 AM, David Cole wrote: Configure policy warnings with CMake 2.8.12-rc3 in a Qt-enabled VTK 'master' dashboard: http://open.cdash.org/viewConfigure.php?buildid=3025085 The warning reads CMake Warning (dev) in GUISupport/Qt/CMakeLists.txt: Policy CMP0022 is

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Brad King
On 09/11/2013 11:10 AM, David Cole wrote: Build warnings about unrecognized option '/link'; ignored on ITK, VTK Please post a sample link line that generates this warning. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at

[cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread David Cole
Configure policy warnings with CMake 2.8.12-rc3 in a Qt-enabled VTK 'master' dashboard: http://open.cdash.org/viewConfigure.php?buildid=3025085 Build warnings about unrecognized option '/link'; ignored on ITK, VTK and VTKWikiExamples dashboards (with 2.8.12-rc3 driving, ninja generator,

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread David Cole
C:\dev\My Tests\Nightly\VTK Win32-ninja-Debugninja -v vtkChartsCoreCxxTests [1/1] cmd.exe /c cd . C:\Program Files\CMake 2.8\bin\cmake.exe -E vs_link_exe C:\PROGRA~1\MICRO S~1.0\VC\bin\link.exe /nologo @CMakeFiles/vtkChartsCoreCxxTests.rsp /out:bin\vtkChartsCoreCxxTests. exe

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Brad King
On 09/11/2013 11:10 AM, David Cole wrote: Configure policy warnings with CMake 2.8.12-rc3 in a Qt-enabled VTK 'master' dashboard: http://open.cdash.org/viewConfigure.php?buildid=3025085 Here is a fix for the CMP0022 warnings: http://review.source.kitware.com/#/t/3233/ -Brad --

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Brad King
On 09/11/2013 12:05 PM, David Cole wrote: C:\PROGRA~1\MICROS~1.0\VC\bin\link.exe /nologo @CMakeFiles/vtkChartsCoreCxxTests.rsp [snip] It must be in the CMakeFiles/vtkChartsCoreCxxTests.rsp file, but that file's gone after the command executes. I think ninja writes that file out

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Brad King
On 09/11/2013 12:32 PM, Brad King wrote: I think ninja writes that file out temporarily. Therefore the ninja build files must have the /link option in them somewhere. Okay, I found the problem. There was a Ninja-specific change made here to do linking with response files:

Re: [cmake-developers] Warnings with CMake 2.8.12-rc3 driving dashboards

2013-09-11 Thread Stephen Kelly
Brad King wrote: Can you please teach it to print out the value of each of the two properties so we have some hint about what is different? I pushed print-CMP0022-content-conflict and merged it to next. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware open-source