[CMake] Source control information in CMake?

Brad King brad.king at kitware.com
Fri Nov 18 10:41:57 EST 2005


Amit Ramesh wrote:
>     Is there any way to add source control information in  
> CMakeLists.txt file? Something that lets you say that the project  uses 
> source controlled files and cvs / perforce / subversion is to be  used, 
> so that the generated .vcproj / .xcode file has source control  enabled?

There is currently no way to get the generated projects to have source 
control enabled.  You can submit a feature request here:

http://www.cmake.org/Bug

...but note that the project files themselves are specific to the 
machine on which they were generated and should not be put under source 
control.

-Brad


More information about the CMake mailing list