[CMake] Relation between .vcproj and .vcproj.cmake

William A. Hoffman billlist at nycap.rr.com
Fri Jun 23 10:54:59 EDT 2006


At 10:51 AM 6/23/2006, Sylvain Benner wrote:
>>The .cmake version is an implementation detail of getting VS to re-run CMake at the proper time to regenerate projects.
>>-Brad
>
>Hello,
>
>We don't use the auto-regeneration feature.
>Is there a variable in CMake to automatically delete this file ?

No, it is still a good idea without the re-gen stuff.  If you re-run cmake
and nothing changes in the project, you don't want it VS to reload files.
CMake needs to create the files so it can do a copy if different.

-Bill



More information about the CMake mailing list