On 10/17/2012 3:24 AM, Petr Kmoch wrote: > I'm a bit confused. We occasionally use MSBuild for driving builds at > work, but we always feed it solution files. How do you run it so that it > doesn't read them? And how does it then cope with project dependencies etc.?
I haven't fully investigated yet, but all of the dashboard builds that failed the tests were using MSBuild as the tool. Try building with CMAKE_MAKE_PROGRAM set to MSBuild.exe instead of devenv.exe and run the test. -Brad -- 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
