[CMake] altering RUN_TESTS post-build command (MSVC + CTest)

Keith Gunderson krgkg at yahoo.com
Tue Sep 21 17:55:40 EDT 2010


I'll go ahead and answer my own question.

>>   How do I add a change so that the command for my RUN_TESTS changes ?...

In the source file cmGlobalGenerator.cxx for cmake 2.82, at line 1662, you can 
add the line

    singleLine.push_back("-VV");

Then recompile and you're all set  :)


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100921/efefea38/attachment.htm>


More information about the CMake mailing list