View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013614CMakeCMakepublic2012-10-30 08:512016-06-10 14:31
ReporterHendrik Sattler 
Assigned ToKitware Robot 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013614: Allow setting VC_SCC_PROVIDER for ALL_BUILD target (e.g. in Visual Studio 10)
DescriptionHi,

My main CMakeLists.txt file does not contain any targets itself but uses add_subdirectory(). This results in that CMakeLists.txt file to be part of the ALL_BUILD project the the Visual Studio 10 Solution.

Sadly, I cannot set any properties for this target (VS project), so I cannot checkin/-out that file in Visual Studio.

One possible fix (and probably making the common use of SCC easier: there is usually only one for a whole project) is to allow setting these flags not only as target properties but also as global properties.

Regards...
Tagsresolved
Attached Files

 Relationships

  Notes
(0031350)
Hendrik Sattler (reporter)
2012-10-30 08:53

VC_SCC_PROVIDER should read VS_SCC_PROVIDER
(0036672)
Hendrik Sattler (reporter)
2014-08-25 05:54

This is solved in 2.8.11 with e.g.

set_property ( DIRECTORY . APPEND PROPERTY VS_GLOBAL_SECTION_PRE_RationalClearCase
  SourceControlProvider=RationalClearCase
)
(0042137)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2012-10-30 08:51 Hendrik Sattler New Issue
2012-10-30 08:53 Hendrik Sattler Note Added: 0031350
2014-08-25 05:54 Hendrik Sattler Note Added: 0036672
2015-11-11 04:11 Hendrik Sattler Tag Attached: resolved
2016-06-10 14:28 Kitware Robot Note Added: 0042137
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team