[cmake-developers] [CMake 0013021]: Support for SCM bindings in .sln files
Mantis Bug Tracker
mantis at public.kitware.com
Tue Mar 6 10:54:41 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13021
======================================================================
Reported By: Petr Kmoch
Assigned To:
======================================================================
Project: CMake
Issue ID: 13021
Category: CMake
Reproducibility: N/A
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-03-06 16:54 CET
Last Modified: 2012-03-06 16:54 CET
======================================================================
Summary: Support for SCM bindings in .sln files
Description:
We are using CMake in a project controlled by ClearCase. For ClearCase-Visual
Studio integration to function correctly, the ClearCase plugin must be mentioned
in the .sln file "Global" section (as follows):
<pre>Global
GlobalSection(RationalClearCase) = preSolution
SourceControlProvider = RationalClearCase
EndGlobalSection
...
EndGlobal</pre>
CMake has support for putting SCM bindings into .vcproj files, but there is no
way to put this into the generated .sln file. Could such functionality be added?
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-03-06 16:54 Petr Kmoch New Issue
======================================================================
More information about the cmake-developers
mailing list