[CMake] Question about Windows support.

William A. Hoffman billlist at nycap.rr.com
Mon Jun 5 09:25:48 EDT 2006


At 08:31 AM 6/5/2006, Sylvain Benner wrote:
>I wrote a custom generator to do this. You must get the source files from the CVS.
> 
>(1) You can disable the custom build rules by redefining :
>void cmLocalVisualStudio7GeneratorMP::AddVCProjBuildRule(cmTarget& tgt)
> 

SET(CMAKE_SUPPRESS_REGENERATION TRUE)
will do the same thing but without having to modifiy the source of cmake.

-Bill



More information about the CMake mailing list